diff --git a/docs/generators/kotlin.html b/docs/generators/kotlin.html
index 6ad965fbc1f..c68652a8651 100644
--- a/docs/generators/kotlin.html
+++ b/docs/generators/kotlin.html
@@ -25,8 +25,9 @@ sidebar_label: kotlin
enumPropertyNaming | Naming convention for enum properties: 'camelCase', 'PascalCase', 'snake_case', 'UPPERCASE', and 'original' | | camelCase |
serializationLibrary | What serialization library to use: 'moshi' (default), or 'gson' | | moshi |
parcelizeModels | toggle "@Parcelize" for generated models | | null |
-dateLibrary | Option. Date library to use | - string
- String
- java8
- Java 8 native JSR310
- threetenbp
- Threetenbp
| java8 |
+dateLibrary | Option. Date library to use | - string
- String
- java8
- Java 8 native JSR310 (jvm only)
- threetenbp
- Threetenbp (jvm only)
| java8 |
collectionType | Option. Collection type to use | - array
- kotlin.Array
- list
- kotlin.collections.List
| array |
+library | Library template (sub-template) to use | - jvm
- Platform: Java Virtual Machine. HTTP client: OkHttp 2.7.5. JSON processing: Gson 2.8.1.
- multiplatform
- Platform: Kotlin multiplatform. HTTP client: Ktor 1.2.4. JSON processing: Kotlinx Serialization: 0.12.0.
| jvm |
-Last updated on 2019-9-4