You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/generators/kotlin.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -50,7 +50,7 @@ These options may be applied as additional-properties (cli) or configOptions (pl
50
50
|supportAndroidApiLevel25AndBelow|[WARNING] This flag will generate code that has a known security vulnerability. It uses `kotlin.io.createTempFile` instead of `java.nio.file.Files.createTempFile` in order to support Android API level 25 and below. For more info, please check the following links https://github.com/OpenAPITools/openapi-generator/security/advisories/GHSA-23x4-m842-fmwf, https://github.com/OpenAPITools/openapi-generator/pull/9284||false|
51
51
|useCoroutines|Whether to use the Coroutines adapter with the retrofit2 library.||false|
52
52
|useNonAsciiHeaders|Allow to use non-ascii headers with the okhttp library||false|
53
-
|useResponseAsReturnType|When using retrofit2 and coroutines, use `Response<T>` as return type instead of `T`.||true|
53
+
|useResponseAsReturnType|When using retrofit2 and coroutines, use `Response<T>` as return type instead of `T`.||true|
54
54
|useRxJava3|Whether to use the RxJava3 adapter with the retrofit2 library.||false|
55
55
|useSettingsGradle|Whether the project uses settings.gradle.||false|
56
56
|useSpringBoot3|Whether to use the Spring Boot 3 with the jvm-spring-webclient library.||false|
0 commit comments