Fran Matešić
Fran Matešić
I also get `org.jetbrains.skiko.RenderException: Failed to create DirectX12 device.` on this machine and on the previous where it worked so I don't think that is part of the problem. It...
> @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? Still doesn't work. Error report is slightly different though: on...
I tried running older compose and kotlin versions, but no luck. Here's the log when using newer version and skiko (0.0.0.7.81-dev41023): [hs_err_pid11864.log](https://github.com/JetBrains/compose-multiplatform/files/12856230/hs_err_pid11864.log)
Tried bumping up the versions for Kotlin and Compose and now it works. ``` #gradle.properties kotlin.version=1.9.23 compose.version=1.6.11 ```