Kotlin collection type (#1564)

* Allow specifying type

* Add test

* Update docs

* Don't modify types if the default option is chosen
This commit is contained in:
Simas Abramovas
2018-11-29 04:33:55 +02:00
committed by William Cheng
parent 41185d3c6f
commit 777bf1f3aa
3 changed files with 65 additions and 0 deletions

View File

@@ -28,4 +28,9 @@ CONFIG OPTIONS for kotlin
java8 - Java 8 native JSR310
threetenbp - Threetenbp
collectionType
Option. Collection type to use
array - kotlin.Array
list - kotlin.collections.List
Back to the [generators list](README.md)