Hi Team I am facing one weird issue with KMP. I ha...
# multiplatform
m
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
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.
m
Routes are in common module itself
Let me try to declare it in proguard if not added
s
did it worked?
m
Not tried yet