Files
Davide Ferrari d0fe97884a chore: remove unnecessary moshi-kotlin reflection dependency (#30)
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>
2026-01-10 14:18:57 +01:00
..