We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7cee2aa commit 4e4ece5Copy full SHA for 4e4ece5
README.md
@@ -6,6 +6,11 @@ I am a plugin for Kotlin generate Kotlin data class code from a json string
6
I am a plugin for Kotlin to convert Json String into Kotlin data class code (Json to Kotlin)
7
8
### Update Log
9
+
10
+#### 1.2.1
11
+* Fix insert improt class code upon package declare
12
+* Format property name and class name to camelcase name
13
14
#### 1.2
15
* Add support for generate anotations for target json lib --gson
16
* Add Comment option to switch the comment content to append
0 commit comments