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 cf56664 commit b3cd48dCopy full SHA for b3cd48d
multiplatform-markdown-renderer-coil2/build.gradle.kts
@@ -14,5 +14,5 @@ dependencies {
14
commonMainCompileOnly(compose.runtime)
15
commonMainCompileOnly(compose.ui)
16
17
- "androidMainApi"(libs.coil2.core)
18
-}
+ androidMainApi(libs.coil2.core)
+}
0 commit comments