kotlin_app/settings.gradle

17 lines
328 B
Groovy
Raw Normal View History

2022-07-26 19:52:06 +02:00
pluginManagement {
repositories {
gradlePluginPortal()
google()
mavenCentral()
}
}
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
google()
mavenCentral()
}
}
rootProject.name = "Kothlin-app"
include ':app'