Hello, Im working on a modular project (with andro...
# android
c
Hello, Im working on a modular project (with android libraries as "features"). I navigate from one module to another via reflection with the AirBnb approach (

https://youtu.be/jrnhIgFzgns?t=886

). While Im on debug or any other build variant that doesnt have "minifyEnabled" true, it works fine, but on a release buildType the app crash because all the name of my features get obfuscated... Has someone work with something like that? Also my knowledge of proguard is very basic so please I need help