mirror of
https://github.com/InsanusMokrassar/MicroUtils.git
synced 2024-12-18 14:47:15 +00:00
Revert "remove redundant dokka println"
This reverts commit b53cfd5504
.
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("commonMain") }
|
||||||
&& it.kotlin.sourceSets.any { it.name.contains("androidMain") }
|
&& it.kotlin.sourceSets.any { it.name.contains("androidMain") }
|
||||||
) {
|
) {
|
||||||
|
it.kotlin.sourceSets.forEach {
|
||||||
|
println(it.dependsOn)
|
||||||
|
}
|
||||||
api it
|
api it
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user