I was working on a KMP + Compose Multiplatform project (mainly for learning) when I suddenly encountered a fatal error (crash). I tried running the project on my desktop (Windows 11) and noticed a error was related to colors. When I ran it on my Android 13 device, the app also crashed and failed to open. Then I clicked on debug button. For the first image (is about android), as soon as the app was deployed on my phone, I saw these thing(in the 1st image) just right after deploying. One thing (unable to capture in screenshot), a pop appears showing "Source code doesn't match bytecode" or something like that pointing the debug icon for few seconds. The second image is when I run it on my desktop. If you look at my app.kt file there is also no kind of error/problems. Can anyone help to troubleshoot? What's going on? I will really appreciate if you help me. Please... Here's the github repo:
https://github.com/Aryan-Haque-017/TipCalculator.git