Seal
Seal
Apply JsonToKotlinClass Function into webpage, So Anyone could have another method to use JsonToKotlinClass withou to download and install IDE, I think it it useful for some one type code...
Append original JSON before generated `Kotlin Data Class` or Kotlin File, For people who need to review the original JSON Origin Posted by [xing_xiangrong](https://blog.csdn.net/xing_xiangrong)
* JSONSchema support remote `ref` * Correct `One Of` generation * Online bugs about JSONSchema
Split out pure Syntax tree SDK, This SDK only parse JSON/JSONSChema into Syntax Tree Structure. the structure could translate into many language Bean code(Java POJO, Kotlin Data Class, Dart Bean)...
Config: ```json { "uuid": "92cd94b8-3694-4115-bc08-2df21fb04a06", "pluginVersion": "3.5.0", "isPropertiesVar": false, "isCommentOff": true, "isOrderByAlphabetical": true, "propertyTypeStrategy": "Nullable", "defaultValueStrategy": "None", "targetJsonConverterLib": "MoshiCodeGen", "isInnerClassMode": true, "customAnnotationImportClassString": "import kotlinx.serialization.SerialName\nimport kotlinx.serialization.Serializable\nimport kotlinx.serialization.Optional", "customClassAnnotationFormatString": "@Serializable", "customPropertyAnnotationFormatString": "@Optional\n@SerialName(\"%s\")",...
Missing add ```apply plugin: 'kotlin-kapt'``` code into Gradle for kotlin version Now it won't add ```apply plugin: 'kotlin-kapt'``` code ,And then I paste much time to find that was missing...
As for 4 months not update in this project and the last release happened in 2018, also the `Anko Support` Plugin is still 0.10.7-2 in 2018.12 and not support for...
As for 4 months not update in this project and the last release happened in 2018, also the `Anko Support` Plugin is still 0.10.7-2 in 2018.12 and not support for...
Sorry for ask this stupid question, as I am new try Kotlin/JS and then try dukat to auto generate the external declaration of `ace-build` try `dukat` from this guide (https://kotlinlang.org/docs/js-external-declarations-with-dukat.html)...
For NDK r10 has support abi : `arm64-v8a`, I want to build out and `arm64-v8a` archive, but when I run with the command it told me something not support like...