Skip to content

Commit ab7776f

Browse files
committed
- temporarily patch until coil3 has compose 1.8.0 based release
1 parent 9fd4399 commit ab7776f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

multiplatform-markdown-renderer-coil3/build.gradle.kts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,12 @@ android {
1111

1212
dependencies {
1313
commonMainApi(projects.multiplatformMarkdownRenderer)
14+
15+
// TODO reverse once coil3 was released based on compose 1.8.0
1416
commonMainApi(libs.coil.core) {
1517
exclude(group = "org.jetbrains.compose.runtime")
1618
}
1719
commonMainCompileOnly(compose.runtime)
20+
commonMainCompileOnly(compose.runtimeSaveable)
21+
commonMainCompileOnly("org.jetbrains.compose.ui:ui-backhandler:1.8.0-rc01")
1822
}

0 commit comments

Comments
 (0)