Files
kompendium/settings.gradle.kts
2021-04-12 16:21:28 +00:00

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")