We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31768fa commit 7ee036dCopy full SHA for 7ee036d
compose/build.gradle.kts
@@ -18,7 +18,9 @@ kotlin {
18
implementation(compose.materialIconsExtended)
19
implementation(compose.ui)
20
implementation(project(":lanchat-core"))
21
- implementation("com.halilibo.compose-richtext:richtext-commonmark:0.16.0")
+ implementation("com.halilibo.compose-richtext:richtext-commonmark:0.16.0") {
22
+ exclude(group = "org.jetbrains.skiko", module = "skiko-awt-runtime-linux-x64")
23
+ }
24
}
25
26
0 commit comments