Revert "remove redundant dokka println"

This reverts commit b53cfd5504.
This commit is contained in:
InsanusMokrassar 2022-12-05 06:57:27 +06:00
parent 89d919f2be
commit 03b3ddd98b
1 changed files with 3 additions and 0 deletions

View File

@ -81,6 +81,9 @@ 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
}
}