feat: add plugin to support ktor-server-resources (#358)
This commit is contained in:
@ -5,6 +5,7 @@ include("oas")
|
||||
include("playground")
|
||||
include("locations")
|
||||
include("json-schema")
|
||||
include("resources")
|
||||
|
||||
run {
|
||||
rootProject.children.forEach { it.name = "${rootProject.name}-${it.name}" }
|
||||
|
Reference in New Issue
Block a user