Oleksandr Karpovich
Oleksandr Karpovich
@chrisbanes Thank you for your investigation! it's helpful!
The proguard version can be configured like this: ``` compose.desktop { buildTypes.release.proguard { version.set("7.4.0") } } ```
There should be a file named like `hs_err_pid123123.log` added in the root folder of your project. Could you please post its content here? Attach the file? ___ I tried to...
@franmatesic Could you please try just in case with Compose 1.5.10-beta02 (it has a newer skiko) and kotlin 1.9.20-Beta2?
@igordmn Igor, do you have any ideas about how we can reproduce this on our side? It crashes in [skiko-windows-x64.dll+0x598fc] ``` Java frames: (J=compiled Java code, j=interpreted, Vv=VM code) j...
@franmatesic We still can't reproduce, but maybe knowing if it's a regression can help us understand what's going on. Could you please try to run using older Compose versions? Compose...
We added some extra logs to skiko (0.0.0.7.81-dev41023) - https://maven.pkg.jetbrains.space/public/p/compose/dev/org/jetbrains/skiko/skiko-awt-runtime-windows-x64/0.0.0.7.81-dev41023/ If you don't mind to try it out, so we can better understand what happens. To try it you would...
Reproduced with 1.5.0 and 1.6.0. But it works correctly in `1.6.10-dev1571` (which contains key events related changes).
Could you elaborate please? What are you trying to achieve and on what platform? Do you want to move the cursor with Compose for Desktop from code?
Fixed in 1.4.1 (by using new skiko 0.7.63)