Files
kompendium/settings.gradle.kts
2021-04-21 13:51:42 -04:00

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