8 lines
288 B
Plaintext
8 lines
288 B
Plaintext
rootProject.name = "bricks-mp"
|
|
enableFeaturePreview("TYPESAFE_PROJECT_ACCESSORS")
|
|
pluginManagement {
|
|
repositories { google(); mavenCentral(); gradlePluginPortal() }
|
|
}
|
|
plugins { id("org.gradle.toolchains.foojay-resolver-convention") version "0.8.0" }
|
|
include(":shared", ":desktopApp")
|