Skip to content

Commit

Permalink
Remove unused plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
prof18 committed Dec 10, 2023
1 parent cfe8147 commit 4514f82
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ plugins {
alias(libs.plugins.about.libraries) apply false
alias(libs.plugins.crashlytics) apply false
alias(libs.plugins.detekt)
alias(libs.plugins.versionsBenManes)
alias(libs.plugins.org.jetbrains.kotlin.jvm) apply false
}

Expand Down
2 changes: 0 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ kotlin = "1.9.21"
nav-compose = "2.7.5"
slf4jNop = "2.0.6"
turbine = "1.0.0"
versions-ben-manes = "0.44.0"
viewModel-ktx = "2.6.2"
viewModel-compose = "2.6.2"
lifecycle-runtime-compose = "2.6.2"
Expand Down Expand Up @@ -121,7 +120,6 @@ detekt = { id = "io.gitlab.arturbosch.detekt", version.ref = "detekt" }
kotlin-android = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" }
kotlin-serialization = { id = "org.jetbrains.kotlin.plugin.serialization", version.ref = "kotlin" }
kotlin-multiplatform = { id = "org.jetbrains.kotlin.multiplatform", version.ref = "kotlin" }
versionsBenManes = { id = "com.github.ben-manes.versions", version.ref = "versions-ben-manes" }
native-coroutines = { id = "com.rickclephas.kmp.nativecoroutines", version.ref = "native-coroutines" }
sqldelight = { id = "app.cash.sqldelight", version.ref = "sql-delight" }
triplet-play = { id = "com.github.triplet.play", version.ref = "triplet-play" }
Expand Down

0 comments on commit 4514f82

Please sign in to comment.