mirror of
https://github.com/InsanusMokrassar/MicroUtils.git
synced 2025-04-12 12:50:35 +00:00
Revert "remove redundant dokka println"
This reverts commit b53cfd5504cc8c90e86280e9675b966a01d55cb7.
This commit is contained in:
parent
89d919f2be
commit
03b3ddd98b
@ -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
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user