Leo
Leo
Hi Raffeal, I have read the source code as well as the explaining comment many times but I still can't figure out the damping formula that you used. Particularly this...
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)...