[kotlin-client] New generator: kotlin-jvm-spring-restclient (#17366)

* Created kotlin jvm spring restclient

* Fixed kotlin jvm-spring-restclient

* Fixed earlier problems

* Fixed earlier problems

* Updated kotlin.md
This commit is contained in:
Stefan Koppier
2023-12-11 05:49:36 +01:00
committed by GitHub
parent 9eb5882f94
commit 7f05c1f41d
43 changed files with 3163 additions and 6 deletions

View File

@@ -8,7 +8,7 @@ wrapper {
buildscript {
ext.kotlin_version = '1.8.10'
ext.spring_boot_version = "3.1.0"
ext.spring_boot_version = "3.2.0"
ext.reactor_version = "3.5.6"
ext.spotless_version = "6.13.0"