Files
lottiefiles-app/settings.gradle.kts
T
2021-09-08 18:51:33 +02:00

24 lines
477 B
Kotlin

plugins {
id("de.fayard.refreshVersions") version "0.20.0"
}
refreshVersions {
enableBuildSrcLibs()
}
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
google()
mavenCentral()
jcenter() // Warning: this repository is going to shut down soon
}
}
rootProject.name = "lottiefiles"
include(":app")
include(":util")
include(":i18n")
include(":data")
include(":domain")
//include(":test-shared")