File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
examples/gradle-v2/kotlin-multiplatform-example Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -6,8 +6,8 @@ org.gradle.parallel=true
6
6
org.jetbrains.dokka.experimental.gradle.pluginMode =V2Enabled
7
7
org.jetbrains.dokka.experimental.gradle.pluginMode.noWarn =true
8
8
9
- # kotlin.native.enableKlibsCrossCompilation must be set to `true`
10
- # otherwise Kotlin can't generate a Klib for Coroutines in macosMain
11
- # when generating on Linux machines, resulting in 'Error class: unknown class'
12
- # for CoroutineScope appearing in the generated docs.
13
- kotlin.native.enableKlibsCrossCompilation =true
9
+ # kotlin.native.enableKlibsCrossCompilation could be set to `true`
10
+ # to be able to generate documentation via Dokka for macosMain on Linux machines
11
+ # Otherwise, Dokka will produce 'Error class: unknown class'
12
+ # for CoroutineScope appearing in the generated docs because of absent klibs
13
+ kotlin.native.enableKlibsCrossCompilation =false
You can’t perform that action at this time.
0 commit comments