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.
2 parents cc4112a + 4e4ece5 commit ad48a6fCopy full SHA for ad48a6f
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