15 lines
235 B
Kotlin
15 lines
235 B
Kotlin
rootProject.name = "ClashForAndroid"
|
|
|
|
include(":app")
|
|
include(":core")
|
|
include(":service")
|
|
include(":design")
|
|
include(":common")
|
|
include(":hideapi")
|
|
|
|
pluginManagement {
|
|
repositories {
|
|
mavenCentral()
|
|
google()
|
|
}
|
|
} |