Skip to content

Instantly share code, notes, and snippets.

@SorenV
Created July 25, 2019 18:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save SorenV/06753a7272481ee2ae4e0a8ddb8d853a to your computer and use it in GitHub Desktop.
Save SorenV/06753a7272481ee2ae4e0a8ddb8d853a to your computer and use it in GitHub Desktop.
rootProject.name = "kotlin_dce_duplicate_target"
pluginManagement {
repositories {
jcenter()
mavenCentral()
gradlePluginPortal()
}
resolutionStrategy {
eachPlugin {
if (requested.id.id == "kotlin-dce-js") {
useModule("org.jetbrains.kotlin:kotlin-gradle-plugin:${requested.version}")
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment