Skip to content

Commit 8950a88

Browse files
authored
Update to Dokka 2.0.0 (#432)
1 parent 0329b9d commit 8950a88

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

build-logic/src/main/kotlin/kotlinx/io/conventions/kotlinx-io-dokka.gradle.kts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,6 @@ tasks.withType<DokkaTaskPartial>().configureEach {
3939

4040
// as in kotlinx-io-multiplatform.gradle.kts:configureSourceSet
4141
val platform = name.dropLast(4)
42-
samples.from(
43-
"common/test/samples",
44-
"$platform/test/samples"
45-
)
42+
samples.from("$platform/test/samples")
4643
}
4744
}

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
kotlin = "2.1.0"
33
java = "8"
44
multi-release-toolchain = "17"
5-
dokka = "1.9.20"
5+
dokka = "2.0.0"
66
kover = "0.8.3"
77
bcv = "0.16.3"
88
benchmark = "0.4.13"

0 commit comments

Comments
 (0)