Hi Team
I am facing one weird issue with KMP.
I have an app which has bottom navigation . It works fine when i run locally with minification, but when i pushed to play console . I dont see bottom navigation in app.
😀 1
🤔 1
s
Soumen pal
09/19/2025, 12:07 PM
I believe you bottom bar routes is in some other module?
if so then its a problem with the proguard probably.
fix #1 either declare those Serializable classes to the proguard or
fix #2 use a better approach for the declaration of routes.