MoshiKotlinExample icon indicating copy to clipboard operation
MoshiKotlinExample copied to clipboard

Example project on how to leverage Kotlin for better JSON parsing

Results 1 MoshiKotlinExample issues
Sort by recently updated
recently updated
newest added

When I run `app.kt`, I got this error: ``` Exception in thread "main" java.lang.RuntimeException: Failed to find the generated JsonAdapter class for class de.stefanmedack.model.Article at com.squareup.moshi.internal.Util.generatedAdapter(Util.java:481) at com.squareup.moshi.StandardJsonAdapters$1.create(StandardJsonAdapters.java:60) at com.squareup.moshi.Moshi.nextAdapter(Moshi.java:168)...