We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0329b9d commit 8950a88Copy full SHA for 8950a88
build-logic/src/main/kotlin/kotlinx/io/conventions/kotlinx-io-dokka.gradle.kts
@@ -39,9 +39,6 @@ tasks.withType<DokkaTaskPartial>().configureEach {
39
40
// as in kotlinx-io-multiplatform.gradle.kts:configureSourceSet
41
val platform = name.dropLast(4)
42
- samples.from(
43
- "common/test/samples",
44
- "$platform/test/samples"
45
- )
+ samples.from("$platform/test/samples")
46
}
47
gradle/libs.versions.toml
@@ -2,7 +2,7 @@
2
kotlin = "2.1.0"
3
java = "8"
4
multi-release-toolchain = "17"
5
-dokka = "1.9.20"
+dokka = "2.0.0"
6
kover = "0.8.3"
7
bcv = "0.16.3"
8
benchmark = "0.4.13"
0 commit comments