trying to use new Compose Multiplatform testing ca...
# compose-desktop
j
trying to use new Compose Multiplatform testing capability but getting following....anyone come across this? See this with AS and IJ.
Copy code
Cannot find libskiko-macos-arm64.dylib.sha256, proper native dependency missing.
org.jetbrains.skiko.LibraryLoadException: Cannot find libskiko-macos-arm64.dylib.sha256, proper native dependency missing.
	at app//org.jetbrains.skiko.Library.findAndLoad(Library.kt:105)
	at app//org.jetbrains.skiko.Library.load(Library.kt:59)
	at app//org.jetbrains.skia.impl.Library$Companion.staticLoad(Library.jvm.kt:12)
	at app//org.jetbrains.skia.Surface.<clinit>(Surface.kt:539)
	at app//androidx.compose.ui.test.SkikoComposeUiTest.<init>(ComposeUiTest.skikoMain.kt:130)
k
Did you configure desktop libraries properly?
j
Ah, thanks, I missed that