You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I see this library also uses kotlin-reflectjust like MvRx,
problem with kotlin-reflect is impact on apk size. MvRx have come up with a solution. Any plan to remove kotlin-reflect from Vector?
The text was updated successfully, but these errors were encountered:
Hi @kaushalyap! Thanks for bringing up this issue.
Yep, Vector depends on kotlin-reflect. I really want to remove it too. I'll take a look at the PR you linked and try to perform everything Vector needs using plain old java-reflection. Not promising an ETA, though.
I use Vector in production in MoonShot, and I'm really happy with it. However, this project still hasn't hit 1.0 yet, so that should tell you where the API stability stands :)
For small apps and side projects, I'd definitely recommend at least trying it out.
I see this library also uses
kotlin-reflect
just like MvRx,problem with kotlin-reflect is impact on apk size. MvRx have come up with a solution. Any plan to remove kotlin-reflect from Vector?
The text was updated successfully, but these errors were encountered: