Files

11 lines
200 B
Kotlin
Vendored

pluginManagement {
repositories {
gradlePluginPortal()
mavenCentral()
maven {
url = uri("KOTLIN_REPO")
}
}
}
rootProject.name = "nativeApplication"