We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9fd4399 commit ab7776fCopy full SHA for ab7776f
multiplatform-markdown-renderer-coil3/build.gradle.kts
@@ -11,8 +11,12 @@ android {
11
12
dependencies {
13
commonMainApi(projects.multiplatformMarkdownRenderer)
14
+
15
+ // TODO reverse once coil3 was released based on compose 1.8.0
16
commonMainApi(libs.coil.core) {
17
exclude(group = "org.jetbrains.compose.runtime")
18
}
19
commonMainCompileOnly(compose.runtime)
20
+ commonMainCompileOnly(compose.runtimeSaveable)
21
+ commonMainCompileOnly("org.jetbrains.compose.ui:ui-backhandler:1.8.0-rc01")
22
0 commit comments