File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -408,8 +408,10 @@ tasks.withType<AbstractDokkaLeafTask>().configureEach {
408
408
pluginsMapConfiguration.set(mapOf (" org.jetbrains.dokka.base.DokkaBase" to """ { "templatesDir" : "${projectDir.toString().replace(' \\ ' , ' /' )} /dokka-templates" }""" ))
409
409
410
410
failOnWarning.set(true )
411
+ dokkaSourceSets.named(" commonMain" ) {
412
+ samples.from(kotlin.sourceSets.commonTest.map { it.kotlin.srcDirs })
413
+ }
411
414
dokkaSourceSets.configureEach {
412
- kotlin.sourceSets.commonTest.get().kotlin.srcDirs.forEach { samples.from(it) }
413
415
// reportUndocumented.set(true) // much noisy output about `hashCode` and serializer encoders, decoders etc
414
416
skipDeprecated.set(true )
415
417
// Enum members and undocumented toString()
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ versionSuffix=SNAPSHOT
8
8
tzdbVersion =2025a
9
9
10
10
defaultKotlinVersion =1.9.21
11
- dokkaVersion =1.9.20
11
+ dokkaVersion =2.0.0
12
12
serializationVersion =1.6.2
13
13
benchmarksVersion =0.7.2
14
14
You can’t perform that action at this time.
0 commit comments