Hello, trying to update kotlin to 1.9.0, but with ...
# compose-desktop
r
Hello, trying to update kotlin to 1.9.0, but with version 1.4.3 or 1.5.0-rc02 of compose. I got error
org.jetbrains.skiko.LibraryLoadException: Cannot find libskiko-macos-arm64.dylib.sha256, proper native dependency missing.
And using the little code of https://github.com/JetBrains/compose-multiplatform/issues/3123#issuecomment-1647435023 The app runs again, but when I click on something with Ripple I get
Copy code
Exception in thread "AWT-EventQueue-0" java.lang.NoClassDefFoundError: androidx/compose/ui/util/MathHelpersKt
f
Have you managed to fix this problem?
r
On a another project, I don't have the problem with 1.5.11 version
f
I have this problem on 1.5.11 version 😞
It suddenly appeared out of nowhere. The app was working fine day prior. I didn't even change anything in code
r
Hum maybe it’s related to caching. I didn’t try like a
pom install
or something similar
141 Views