Alex Styl
10/17/2024, 6:59 AMIvan Matkov
10/17/2024, 8:56 AMJacob Ras
10/17/2024, 9:14 AMDropdownMenu
instead. Which is strange, because I use the compose plugin's versioning. Will try with stable and see how it goes.Ivan Matkov
10/17/2024, 9:15 AMJacob Ras
10/17/2024, 9:16 AMAlex Styl
10/17/2024, 1:36 PMIt's about version missmatch@Ivan Matkov i figured after some debugging. ended up updating the modules. very weird though, because the desktop worked great, but web crashed
Alex Styl
10/17/2024, 1:36 PMIvan Matkov
10/17/2024, 1:39 PMvery weird though, because the desktop worked great, but web crashedI found the reason: In AOSP one parameter was updated from non-nullable to nullable. It's binary compatible change on JVM, so Google didn't consider it as breaking change. I'm preparing compatibility fix for non-jvm platforms in 1.7.1 + discussing how to tune tooling checks
Ivan Matkov
10/17/2024, 1:40 PMis there a way to get a full stacktrace?Probably no because it's about method loading/resolution. I doubt that it will be meaningful anyway
Ivan Matkov
10/17/2024, 1:44 PM