temporal fix of tasks cyclic error

This commit is contained in:
2020-08-10 17:27:16 +06:00
parent 5e15435c11
commit f3f670abd7
12 changed files with 50 additions and 29 deletions

View File

@@ -12,3 +12,7 @@ repositories {
mavenCentral()
maven { url "https://kotlin.bintray.com/kotlinx" }
}
subprojects.each {
println(it)
}