remove redundant dokka println

This commit is contained in:
InsanusMokrassar 2022-12-04 19:03:44 +06:00
parent 31022733ac
commit b53cfd5504
1 changed files with 0 additions and 3 deletions

View File

@ -81,9 +81,6 @@ kotlin {
// && it.kotlin.sourceSets.any { it.name.contains("commonMain") }
&& it.kotlin.sourceSets.any { it.name.contains("androidMain") }
) {
it.kotlin.sourceSets.forEach {
println(it.dependsOn)
}
api it
}
}