151890dde5
Issue #KT-38298
17 lines
487 B
Kotlin
Vendored
17 lines
487 B
Kotlin
Vendored
pluginManagement {
|
|
resolutionStrategy {
|
|
eachPlugin {
|
|
if (requested.id.name == "multiplatform") {
|
|
useModule("org.jetbrains.kotlin:kotlin-gradle-plugin:1.4.0-dev-7568") // TODO: use the Gradle plugin from the current build
|
|
}
|
|
}
|
|
}
|
|
|
|
repositories {
|
|
maven("https://dl.bintray.com/kotlin/kotlin-dev") // TODO: use the Gradle plugin from the current build
|
|
gradlePluginPortal()
|
|
}
|
|
}
|
|
|
|
rootProject.name = "test"
|