Improvement
I want to optimize the app using R8馃敟
-
馃檵鈥嶁檪馃敟
馃敟馃敟馃敟馃敟馃敟馃敟
Assigned 馃敟馃敟
I'm curious about how to test dynamic feature module applied R8. Can we use internal app sharing?
Thank you! Does universal apk make the problem invisible? 馃憖
I'm not sure but I recommend to test the app on internal app sharing or test track before the production release. Navigation to dynamic feature module uses reflection, so it's easy to occur crash.
Indeed. It's absolutely required. I'm still wondering if which distribution track is preferable, but let me integrate a service somehow.
@takahirom @tarumzu
AssistedInject is Disable R8's ProGuard compatibility mode.
https://github.com/square/AssistedInject/commit/984b5f80a338205e3ebf86306635d78a06141ec6#diff-503f218d646c10f484fdc9d6315bf2e3
I didn't know that!馃槷
Does it affect to app? Not only library?馃憖
@LeoAndo Thank you for the link!
I think It only affects the library.