[Kotlin] Introduce support for Kotlin Explicit API Mode for Kotlin-Client generator (resolve #16506) (#19999)

* [Kotlin] Properly document nonPublicApi CLI option

* [Kotlin] Respect parameter name of parent KSerializer to avoid miss-behavior

* [Kotlin] Introduce support for Kotlin Explicit API Mode for Kotlin-Client generator (resolves #16506)
This commit is contained in:
Pavel Sveda
2024-10-30 22:57:47 +01:00
committed by GitHub
parent e9ea12f25a
commit acb16410c4
271 changed files with 5524 additions and 721 deletions

View File

@@ -212,7 +212,7 @@ class ApiClient(
companion object {
@JvmStatic
protected val baseUrlKey = "org.openapitools.client.baseUrl"
protected val baseUrlKey: String = "org.openapitools.client.baseUrl"
@JvmStatic
val defaultBasePath: String by lazy {