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