blob: c172acde79327fd4d2918f257e9a7a2062750f8b [file] [log] [blame]
plugins {
kotlin("multiplatform") apply false
}
val testRepo: String by project
subprojects {
repositories {
maven(testRepo)
mavenCentral()
maven("https://redirector.kotlinlang.org/maven/bootstrap/")
}
}