11 lines
172 B
Kotlin
11 lines
172 B
Kotlin
pluginManagement {
|
|
repositories {
|
|
google()
|
|
mavenCentral()
|
|
gradlePluginPortal()
|
|
}
|
|
}
|
|
|
|
include(":app", ":shared")
|
|
rootProject.name = "KaMPKit"
|