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