https://kotlinlang.org logo
u

ursus

03/21/2021, 4:04 AM
Has anyone tries swapping moshi kapt for reflection for debug builds? Worth it?
d

Dustin Lam

03/21/2021, 4:04 AM
What are you trying to achieve?
u

ursus

03/21/2021, 4:38 AM
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

Dustin Lam

03/21/2021, 6:25 AM
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

ursus

03/21/2021, 2:45 PM
I looked it few months back but ksp didnt work with Anvil
😭 1
I maybe give it a try