We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a67f55d + 3d82883 commit 61fcb99Copy full SHA for 61fcb99
kotlin-sdk-core/build.gradle.kts
@@ -46,8 +46,8 @@ openApiGenerate {
46
generateModelDocumentation = false
47
cleanupOutput = false
48
skipValidateSpec = true // do not validate spec
49
- library = "multiplatform"
50
- ignoreFileOverride = "${layout.projectDirectory}/.openapi-generator-ignore"
+ library.set("multiplatform")
+ ignoreFileOverride.set("${layout.projectDirectory}/.openapi-generator-ignore")
51
globalProperties.set(
52
mapOf(
53
"supportingFiles" to "",
0 commit comments