breaking change: V3 alpha (#256)

This commit is contained in:
Ryan Brink
2022-08-13 09:59:59 -07:00
committed by GitHub
parent 48969a8fcc
commit c73c9b4605
308 changed files with 5410 additions and 10204 deletions

View File

@ -1,12 +1,14 @@
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")
include("core")
include("oas")
include("playground")
include("locations")
include("json-schema")
run {
rootProject.children.forEach { it.name = "${rootProject.name}-${it.name}" }
}
// Feature Previews
enableFeaturePreview("TYPESAFE_PROJECT_ACCESSORS")