gkd/settings.gradle.kts
lisonge a6cde2094d
Some checks are pending
Build-Apk / build (push) Waiting to run
perf: json5 by kotlin
2024-08-13 22:38:49 +08:00

27 lines
479 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")
}
}
include(":json5")