ClashMetaForAndroid/settings.gradle.kts
2021-05-15 00:51:08 +08:00

15 lines
235 B
Plaintext

rootProject.name = "ClashForAndroid"
include(":app")
include(":core")
include(":service")
include(":design")
include(":common")
include(":hideapi")
pluginManagement {
repositories {
mavenCentral()
google()
}
}