Skip to content

Commit

Permalink
👷 Optimize libs.versions.toml (#1536)
Browse files Browse the repository at this point in the history
- Removed unused version references from the libs.versions.toml file.
- Extracted version numbers into a dedicated 'versions' section for better management.
- Adjusted the sorting of dependencies for improved readability and maintainability.
  • Loading branch information
guiyanakuang committed Jul 24, 2024
1 parent ac06459 commit 3d2a905
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
[versions]
conveyor = "1.10"
compose = "1.6.8"
compose-plugin = "1.6.11"
compose-compiler = "1.5.8"
compose-shimmer = "1.3.0"
conveyor = "1.10"
download = "5.6.0"
guava = "33.2.1-jre"
imageio = "3.11.0"
Expand All @@ -17,6 +16,7 @@ kotlin-logging = "7.0.0"
kotlinx-coroutines = "1.8.1"
kotlinx-datetime = "0.6.0"
kotlinx-serialization = "1.7.1"
ktlint = "12.1.1"
ktor = "2.3.12"
logback = "1.5.6"
mockk = "1.13.12"
Expand Down Expand Up @@ -88,5 +88,5 @@ download = { id = "de.undercouch.download", version.ref = "download" }
jetbrainsCompose = { id = "org.jetbrains.compose", version.ref = "compose-plugin" }
kotlinMultiplatform = { id = "org.jetbrains.kotlin.multiplatform", version.ref = "kotlin" }
kotlinSerialization = { id = "org.jetbrains.kotlin.plugin.serialization", version.ref = "kotlin" }
ktlint = { id = "org.jlleitschuh.gradle.ktlint", version = "12.1.1" }
ktlint = { id = "org.jlleitschuh.gradle.ktlint", version.ref = "ktlint" }
realmKotlin = { id = "io.realm.kotlin", version.ref = "realm" }

0 comments on commit 3d2a905

Please sign in to comment.