buckwheat/settings.gradle.kts
2025-07-20 10:47:59 +02:00

17 lines
264 B
Kotlin

pluginManagement {
repositories {
gradlePluginPortal()
google()
mavenCentral()
}
}
dependencyResolutionManagement {
repositories {
google()
mavenCentral()
}
}
rootProject.name = "buckwheat"
include(":app")