Skip to content

Commit

Permalink
Compose Markdown core is not used
Browse files Browse the repository at this point in the history
  • Loading branch information
imashnake0 committed Feb 27, 2024
1 parent db42911 commit 4c7d527
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,8 @@ junit = "4.13.2"
# https://github.com/detekt/detekt/releases.
detekt = "1.23.4"

# Compose Markdown
# https://github.com/boswelja/compose-markdown.
composeMarkdown = "1.0.3"


Expand Down Expand Up @@ -106,7 +108,6 @@ apollo-runtime = { group = "com.apollographql.apollo3", name = "apollo-runtime"
apollo-cache-memory = { group = "com.apollographql.apollo3", name = "apollo-normalized-cache", version.ref = "apollo" }
apollo-cache-sqlite = { group = "com.apollographql.apollo3", name = "apollo-normalized-cache-sqlite", version.ref = "apollo" }
coil-compose = { group = "io.coil-kt", name = "coil-compose", version.ref = "coil" }
boswelja-composeMarkdown-core = { group = "io.github.boswelja.markdown", name = "core", version.ref = "composeMarkdown" }
boswelja-composeMarkdown-material3 = { group = "io.github.boswelja.markdown", name = "material3", version.ref = "composeMarkdown" }
kotlin-coroutines-android = { group = "org.jetbrains.kotlinx", name = "kotlinx-coroutines-android", version.ref = "coroutines" }
kotlin-coroutines-core = { group = "org.jetbrains.kotlinx", name = "kotlinx-coroutines-core", version.ref = "coroutines" }
Expand Down

0 comments on commit 4c7d527

Please sign in to comment.