Has anyone tries swapping moshi kapt for reflectio...
# android-architecture
u
Has anyone tries swapping moshi kapt for reflection for debug builds? Worth it?
d
What are you trying to achieve?
u
Get rid of kapt, it breaks incremental compilation for me all the time .. well tbh I only suspect kapt, but should get build speed nonetheless
d
have you tried moshi ksp? it works pretty well for me although its experimental
👍 1
sometimes you need to hit rebuild manually, but its a lot faster and actually supports incremental processing properly
u
I looked it few months back but ksp didnt work with Anvil
😭 1
I maybe give it a try