Files
armorpaint/base/sources/backends/data/android/settings.gradle.kts
T

18 lines
326 B
Kotlin
Raw Normal View History

2024-11-10 22:11:29 +01:00
pluginManagement {
repositories {
google()
mavenCentral()
gradlePluginPortal()
}
}
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
google()
mavenCentral()
}
}
rootProject.name = "{name}"
include(":app")