JsonToKotlinClass v1.3 Release Notes

    • Add property init with default value option in property tab.(Recommend to select,with this selected you can avoid NullPointException in the following time,You can also unSelect the nullable option to avoid null check when use the data value).
    • Add property could be nullable option in property tab.
    • Fix a bug when the property name is 'list' and it's type is array then the plugin will broken.
    • Beautify dialog layout.