Skip to content

Commit 7ee036d

Browse files
committed
Exclude skiko-awt-runtime-linux-x64 from richtext-commonmark dependency
Workaround for halilozercan/compose-richtext#106
1 parent 31768fa commit 7ee036d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

compose/build.gradle.kts

+3-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,9 @@ kotlin {
1818
implementation(compose.materialIconsExtended)
1919
implementation(compose.ui)
2020
implementation(project(":lanchat-core"))
21-
implementation("com.halilibo.compose-richtext:richtext-commonmark:0.16.0")
21+
implementation("com.halilibo.compose-richtext:richtext-commonmark:0.16.0") {
22+
exclude(group = "org.jetbrains.skiko", module = "skiko-awt-runtime-linux-x64")
23+
}
2224
}
2325
}
2426
}

0 commit comments

Comments
 (0)