You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/** * Resolve value: [value]*/funuseValue() = value
value in the function body is unresolved in IDE.
K2: value in KDoc is resolved and refers to kotlin-stdlib-2.0.0-sources.jar!/commonMain/kotlin/util/Lazy.kt:44 for IDE and to https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/ for Dokka
K1: value in kdoc is unresolved
Installation
Dokka version: 2.0.0
The text was updated successfully, but these errors were encountered:
value
in the function body is unresolved in IDE.K2:
value
in KDoc is resolved and refers tokotlin-stdlib-2.0.0-sources.jar!/commonMain/kotlin/util/Lazy.kt:44
for IDE and to https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/ for DokkaK1:
value
in kdoc is unresolvedInstallation
The text was updated successfully, but these errors were encountered: