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