Hi everyone, I'm trying to run the desktop app in windows 11, this is my first kmp project and it returns this error:
Exception in thread "main" java.lang.ExceptionInInitializerError
at androidx.compose.ui.scene.skia.WindowSkiaLayerComponent.<init>(WindowSkiaLayerComponent.desktop.kt:44)
at androidx.compose.ui.scene.ComposeContainer.createSkiaLayerComponent(ComposeContainer.desktop.kt:324)...
j
Joffrey
06/19/2024, 4:25 PM
I'm not very familiar with Compose for Desktop, but this exception probably has a cause, which should give more information. If you scroll down the wall of
at ...
, can you see a
Caused by:
somewhere? Could you provide this line and the few below it, too?
(if you're not familiar with stacktraces, here is a nice post about it)