Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion app/desktop/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ dependencies {
// Force the correct Skiko runtime version to match Compose 1.10.0's Skiko API
// Fixes: UnsatisfiedLinkError: 'int org.jetbrains.skiko.MetalApiKt.getAdapterMaxTextureSize(long)'
//noinspection UseTomlInstead
runtimeOnly("org.jetbrains.skiko:skiko-awt-runtime-macos-arm64:0.9.47")
runtimeOnly("org.jetbrains.skiko:skiko-awt-runtime-macos-arm64:0.144.4")
}

compose.desktop {
Expand Down