googlesamples/android-dynamic-code-loading

The release variant not work

zainalfh opened this issue · 0 comments

I just follow this post on medium and make some feature with same structure.
on debug variant everything is fine, but on release variant and upload it to playstore didn't work as expected.

I use latest dagger version : 2.42

I guess this line return null instance :

val provider = Class.forName(PROVIDER_CLASS).kotlin.objectInstance as StorageFeature.Provider

I have asked on SO and not have answer yet. Thanks in advance.