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 b41002a commit 688faf0Copy full SHA for 688faf0
kotlin-stdlib/build.gradle.kts
@@ -1,5 +1,3 @@
1
-import org.jetbrains.dokka.gradle.DokkaTask
2
-
3
plugins {
4
`kotlin-multiplatform`
5
`javiersc-kotlin-config`
@@ -44,19 +42,3 @@ kotlin {
44
42
}
45
43
46
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