Skip to content

Commit

Permalink
Gradle: Spotless, Assert & fix local sign. Fix Union name generation,…
Browse files Browse the repository at this point in the history
… and nested input/body/return generation. (#44)
  • Loading branch information
nomisRev authored Jul 2, 2024
1 parent 0ccdeeb commit 2c3eb1f
Show file tree
Hide file tree
Showing 6 changed files with 8,699 additions and 3,894 deletions.
2 changes: 1 addition & 1 deletion example/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
plugins {
kotlin("multiplatform") version "2.0.0"
kotlin("plugin.serialization") version "2.0.0"
id("io.github.nomisrev.openapi-kt-plugin") version "0.0.3"
id("io.github.nomisrev.openapi-kt-plugin") version "0.0.4"
}

openApiConfig { spec("OpenAI", file("openai.yaml")) { packageName = "io.github.nomisrev.openai" } }
Expand Down
Loading

0 comments on commit 2c3eb1f

Please sign in to comment.