mirror of
https://github.com/bolucat/Archive.git
synced 2025-12-24 13:28:37 +08:00
17 lines
273 B
Kotlin
17 lines
273 B
Kotlin
rootProject.name = "ClashMetaForAndroid"
|
|
|
|
include(":app")
|
|
include(":core")
|
|
include(":service")
|
|
include(":design")
|
|
include(":common")
|
|
include(":hideapi")
|
|
|
|
pluginManagement {
|
|
repositories {
|
|
mavenLocal()
|
|
mavenCentral()
|
|
gradlePluginPortal()
|
|
}
|
|
}
|