Kshitij Chauhan
Kshitij Chauhan
@formulahendry Can we please get an option like this?
Happy to accept a PR for it! Thank you for investigating the issue.
This issue is not resolved with just `-keepnames class implements com.haroldadmin.vector.VectorViewModelFactory`. Currently using the following additional proguard rules in MoonShot: ``` -keepnames class com.haroldadmin.vector.** { *; } -keep class kotlin.Metadata...
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...
I use Vector in production in [MoonShot](https://github.com/haroldadmin/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...
Adding this feature would be easier when Hilt adds support for AssistedInject natively. This feature is planned for a future release, so holding off this change until then.
Implementation for this would be go somewhat like this: ```kotlin // VectorStateFactory override fun createInitialState( vmClass: KClass, stateClass: KClass, handle: SavedStateHandle, owner: ViewModelOwner ): S { return getStateFromVectorVMFactory(vmClass, handle, owner)...
I feel strongly about supporting Jetpack Compose in Vector. Expect this feature to be added to the libary in the future, but I can not provide a strict timeline on...
I see no reason why we can't support it. Thanks for filing this feature request, I'll see what I can do to implement in the next couple of weekends.
Apologies for the delay on this issue. My requirements for the package have shifted since its inception so I am no longer treating this issue as a priority. I would...