gkd/settings.gradle.kts
2024-03-26 17:29:00 +08:00

26 lines
461 B
Plaintext

rootProject.name = "gkd"
include(":app")
include(":selector")
include(":hidden_api")
include(":wasm_matches")
pluginManagement {
repositories {
mavenLocal()
mavenCentral()
google()
maven("https://jitpack.io")
maven("https://plugins.gradle.org/m2/")
}
}
dependencyResolutionManagement {
repositories {
mavenLocal()
mavenCentral()
google()
maven("https://jitpack.io")
}
}