Skip to content

Commit ad4eb93

Browse files
committed
Update docs to useResponseAsReturnType
1 parent d767fd9 commit ad4eb93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/generators/kotlin.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ These options may be applied as additional-properties (cli) or configOptions (pl
5050
|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|
5151
|useCoroutines|Whether to use the Coroutines adapter with the retrofit2 library.| |false|
5252
|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|
5454
|useRxJava3|Whether to use the RxJava3 adapter with the retrofit2 library.| |false|
5555
|useSettingsGradle|Whether the project uses settings.gradle.| |false|
5656
|useSpringBoot3|Whether to use the Spring Boot 3 with the jvm-spring-webclient library.| |false|

0 commit comments

Comments
 (0)