Hi :wave: I have a multiplatform library with all...
# compose
b
Hi 👋 I have a multiplatform library with all my composables. I use that library in one of my android application (other project) and it works fine for debug build but in release mode I get a crash. I know I have updated some dependencies but I cannot identify the cause by downgrading any hint where to look or how to debug this ?
App module is overriding the dependencies' versions at build time in release mode. so I fixed the issue by making sure to use the same version.
z
Please keep long code snippets to the thread to keep the main channel more readable