rootProject.name = "kompendium" include("kompendium-annotations") include("kompendium-core") include("kompendium-oas") include("kompendium-auth") include("kompendium-swagger-ui") include("kompendium-playground") include("kompendium-locations") // Feature Previews enableFeaturePreview("TYPESAFE_PROJECT_ACCESSORS") pluginManagement { repositories { gradlePluginPortal() mavenLocal() } }