We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97e5f23 commit 7ea410fCopy full SHA for 7ea410f
1 file changed
app/desktop/build.gradle.kts
@@ -13,7 +13,7 @@ dependencies {
13
// Force the correct Skiko runtime version to match Compose 1.10.0's Skiko API
14
// Fixes: UnsatisfiedLinkError: 'int org.jetbrains.skiko.MetalApiKt.getAdapterMaxTextureSize(long)'
15
//noinspection UseTomlInstead
16
- runtimeOnly("org.jetbrains.skiko:skiko-awt-runtime-macos-arm64:0.9.47")
+ runtimeOnly("org.jetbrains.skiko:skiko-awt-runtime-macos-arm64:0.144.6")
17
}
18
19
compose.desktop {
0 commit comments