Hello, I get a `Exception in thread "AWT-EventQueu...
# compose-desktop
r
Hello, I get a
Exception in thread "AWT-EventQueue-0" java.lang.NoClassDefFoundError: androidx/compose/ui/util/MathHelpersKt
when I click on a button. Any idea ? Kotlin 1.9.0, Compose 1.5.0-rc01 (1.4.3 same problem)
o
In debug or release builds?
r
Debug
o
no clue then, sorry 🙂
unless you enable ProGuard in debug builds?
r
Didn’t enable anything, there is proguard for desktop ?
Works in compose 1.3.0
o
If you didn't enable anything, it's not the cause, so I personally have no clue. Did you run a clean build/rebuild after Gradle sync?
v
Hello! A little bit more context will be helpful for us Please, try to reproduce that behavior in empty project (You can use this template). If there is still that problem, could you create the issue in compose repo?