ClashMetaForAndroid/settings.gradle.kts

17 lines
291 B
Plaintext
Raw Normal View History

2021-05-14 19:51:08 +03:00
rootProject.name = "ClashForAndroid"
include(":app")
include(":core")
include(":service")
include(":design")
include(":common")
include(":hideapi")
2021-05-16 13:26:01 +03:00
include(":kaidl:kaidl")
include(":kaidl:kaidl-runtime")
2021-05-14 19:51:08 +03:00
pluginManagement {
repositories {
mavenCentral()
google()
}
}