mirror of
https://github.com/vide/matedroid.git
synced 2026-01-20 00:03:17 +08:00
Remove moshi-kotlin (reflection-based adapter) since the project uses KSP code generation with @JsonClass(generateAdapter = true). Benefits: - Smaller APK size (no reflection library) - Faster JSON parsing (generated code vs reflection) - Cleaner dependency tree Note: The Moshi kapt deprecation warning during hiltJavaCompileDebug is a known Hilt bug and will persist until Hilt fixes it or Moshi 2.0 removes kapt support entirely. Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>