f3c828a17d
Introduce 'platform' property in KotlinScripDefinition (should have a value which exists in TargetPlatform.ALL_KINDS) ^KT-27684 Fixed
11 lines
265 B
Groovy
Vendored
11 lines
265 B
Groovy
Vendored
pluginManagement {
|
|
resolutionStrategy {
|
|
eachPlugin {
|
|
if (requested.id.id == "kotlin2js") {
|
|
useModule("org.jetbrains.kotlin:kotlin-gradle-plugin:${requested.version}")
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
rootProject.name = 'test' |