Skip to content

Commit

Permalink
remove unused dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-tennert authored Sep 2, 2023
1 parent f43ef86 commit f5b10b4
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ compose-bom = "2023.06.01"
supabase = "1.3.0-beta-2"
koin = "3.4.2"
koin-compose = "3.4.5"
ksp = "1.9.0-1.0.11"
compose-destinations = "1.9.42-beta"
compose-onetap = "1.0.3"
ktor = "2.3.2"
sqldelight = "2.0.0-rc02"
Expand Down Expand Up @@ -53,9 +51,6 @@ koin-core = { group = "io.insert-koin", name = "koin-core", version.ref = "koin"
koin-android = { group = "io.insert-koin", name = "koin-android", version.ref = "koin" }
koin-compose = { group = "io.insert-koin", name = "koin-androidx-compose", version.ref = "koin-compose" }

compose-destinations = { group = "io.github.raamcosta.compose-destinations", name = "core", version.ref = "compose-destinations" }
compose-destinations-ksp = { group = "io.github.raamcosta.compose-destinations", name = "ksp", version.ref = "compose-destinations" }

compose-onetap = { group = "com.github.stevdza-san", name = "OneTapCompose", version.ref = "compose-onetap" }

ktor-cio = { group = "io.ktor", name = "ktor-client-okhttp", version.ref = "ktor" }
Expand All @@ -68,7 +63,6 @@ compose-rich-editor = { group = "com.mohamedrejeb.richeditor", name = "richedito
[plugins]
com-android-application = { id = "com.android.application", version.ref = "agp" }
org-jetbrains-kotlin-android = { id = "org.jetbrains.kotlin.android", version.ref = "org-jetbrains-kotlin-android" }
ksp = { id = "com.google.devtools.ksp", version.ref = "ksp" }
sqldelight = { id = "app.cash.sqldelight", version.ref = "sqldelight" }
kotlinx-serialization = { id = "org.jetbrains.kotlin.plugin.serialization", version.ref = "org-jetbrains-kotlin-android" }

Expand Down

0 comments on commit f5b10b4

Please sign in to comment.