pluginManagement { repositories { mavenCentral() google() gradlePluginPortal() maven { url = uri("https://dl.bintray.com/kotlin/kotlin-eap") } maven("https://dl.bintray.com/kotlin/kotlin-eap") maven("https://plugins.gradle.org/m2/") } resolutionStrategy { eachPlugin { if (requested.id.id == "com.android.library") useModule("com.android.tools.build:gradle:${requested.version}") } } } rootProject.name = "secp256k1-kmp"