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