yokai/settings.gradle.kts

9 lines
127 B
Kotlin

pluginManagement {
repositories {
gradlePluginPortal()
jcenter()
google()
}
}
include(":app")