pihelper-android/settings.gradle.kts

12 lines
272 B
Text
Raw Normal View History

enableFeaturePreview("VERSION_CATALOGS")
2021-06-04 00:34:44 +00:00
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
google()
mavenCentral()
}
}
rootProject.name = "Pi-helper"
include(":app")
include(":shared")