Skip to content

Commit cf56664

Browse files
keta1mikepenz
authored andcommitted
- clean up coil3 build dependencies
1 parent 5b6f7f8 commit cf56664

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

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

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,8 @@ android {
1212
dependencies {
1313
commonMainApi(projects.multiplatformMarkdownRenderer)
1414

15-
// TODO reverse once coil3 was released based on compose 1.8.0
1615
commonMainApi(libs.coil.core) {
1716
exclude(group = "org.jetbrains.compose.runtime")
1817
}
1918
commonMainCompileOnly(compose.runtime)
20-
commonMainCompileOnly(compose.runtimeSaveable)
21-
commonMainCompileOnly("org.jetbrains.compose.ui:ui-backhandler:1.8.2")
22-
}
19+
}

0 commit comments

Comments
 (0)