ClashMetaForAndroid/settings.gradle.kts
2021-05-16 18:26:01 +08:00

17 lines
291 B
Plaintext

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