Skip to content

Commit b3cd48d

Browse files
keta1mikepenz
authored andcommitted
- remove unnecessary quotes from androidMainApi dependency
1 parent cf56664 commit b3cd48d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ dependencies {
1414
commonMainCompileOnly(compose.runtime)
1515
commonMainCompileOnly(compose.ui)
1616

17-
"androidMainApi"(libs.coil2.core)
18-
}
17+
androidMainApi(libs.coil2.core)
18+
}

0 commit comments

Comments
 (0)