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 downgradingany hint where to look or how to debug this ?
Benjamin Malengreau
07/24/2024, 11:04 AM
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
Zach Klippenstein (he/him) [MOD]
07/24/2024, 2:05 PM
Please keep long code snippets to the thread to keep the main channel more readable