Hi! Wondering if I can gradually migrate to Kotlin...
# kotlin-inject
d
Hi! Wondering if I can gradually migrate to Kotlin Inject Anvil, or I have to do it all at once? It seems like I'm getting funny errors, and I'm not sure if it's connected to the fact that I have both in the same module (making different components).
r
We migrated incrementally. The plugin only generates the code you’d manually write. So you can keep writing it manually.
d
Thanks for the great library! At first I had a few build crashes that in the end fixed themselves (I'm not sure what I did...), but now everything seems to be working great -- I think I had to replace existing Components with MergeComponent and I had to disable generation of create() on component companion objects to get things working... (a bit of a pity the create() doesn't work... but it's worth it anyways!)