mirror of
https://github.com/fankes/moshi.git
synced 2025-10-20 00:19:21 +08:00
* Fall back to reflection when generated adapter is not found. This is handy for development builds where kapt is disabled and models still have @JsonClass(generatedAdapter = true). * Add test for Kotlin reflection fallback behavior.