Files
AndroidJava/shady/settings.gradle.kts
coco 7846a45f2c a
2026-07-03 15:47:27 +08:00

17 lines
269 B
Kotlin

enableFeaturePreview("TYPESAFE_PROJECT_ACCESSORS")
rootProject.name = "shady"
pluginManagement {
repositories {
gradlePluginPortal()
google()
mavenCentral()
}
}
include(":app")
include(":shaders")
include(":sketch")
include(":style")