17 lines
269 B
Kotlin
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")
|