secp256k1-kmp/settings.gradle.kts
2020-07-01 12:15:04 +02:00

14 lines
240 B
Plaintext

pluginManagement {
repositories {
google()
maven("https://dl.bintray.com/kotlin/kotlin-eap")
gradlePluginPortal()
jcenter()
}
}
rootProject.name = "secp256k1-kmp"
include(
":native",
":jni"
)