Files
kompendium/settings.gradle.kts
2021-10-04 19:17:25 -04:00

11 lines
266 B
Plaintext

rootProject.name = "kompendium"
include("kompendium-core")
include("kompendium-auth")
include("kompendium-swagger-ui")
include("kompendium-playground")
// Feature Previews
enableFeaturePreview("TYPESAFE_PROJECT_ACCESSORS")
enableFeaturePreview("VERSION_CATALOGS")