8 lines
183 B
Plaintext
8 lines
183 B
Plaintext
rootProject.name = "root"
|
|
include("kompendium")
|
|
include("playground")
|
|
|
|
// Feature Previews
|
|
enableFeaturePreview("TYPESAFE_PROJECT_ACCESSORS")
|
|
enableFeaturePreview("VERSION_CATALOGS")
|