LSPlant/settings.gradle.kts

13 lines
222 B
Plaintext
Raw Normal View History

2022-02-16 07:24:35 +08:00
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
google()
mavenCentral()
}
}
rootProject.name = "LSPlant"
include(
":library",
)