Skip to content

Commit 688faf0

Browse files
Remove unnecessary code
1 parent b41002a commit 688faf0

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

kotlin-stdlib/build.gradle.kts

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
import org.jetbrains.dokka.gradle.DokkaTask
2-
31
plugins {
42
`kotlin-multiplatform`
53
`javiersc-kotlin-config`
@@ -44,19 +42,3 @@ kotlin {
4442
}
4543
}
4644
}
47-
48-
tasks.withType<DokkaTask> {
49-
dokkaSourceSets {
50-
configureEach {
51-
val paths: List<String> =
52-
file("${rootProject.projectDir}/samples/commonMain/kotlin")
53-
.walkTopDown()
54-
.filter(File::isFile)
55-
.map(File::getPath)
56-
.toList()
57-
println("HELLO")
58-
println(paths)
59-
samples.from(paths)
60-
}
61-
}
62-
}

0 commit comments

Comments
 (0)