17 lines
390 B
Plaintext
17 lines
390 B
Plaintext
pluginManagement {
|
|
repositories {
|
|
google()
|
|
maven("https://dl.bintray.com/kotlin/kotlin-eap")
|
|
gradlePluginPortal()
|
|
jcenter()
|
|
}
|
|
|
|
resolutionStrategy {
|
|
eachPlugin {
|
|
if (requested.id.id == "com.android.library") useModule("com.android.tools.build:gradle:${requested.version}")
|
|
}
|
|
}
|
|
}
|
|
rootProject.name = "secp256k1-kmp"
|
|
|