LSPlant/settings.gradle.kts
2022-02-16 14:29:09 +08:00

13 lines
222 B
Plaintext

dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
google()
mavenCentral()
}
}
rootProject.name = "LSPlant"
include(
":library",
)