Skip to content

Commit

Permalink
Update libs.versions.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
krossovochkin authored Nov 27, 2024
1 parent 389a3be commit 7cef0dd
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,12 @@ coil-kt = "2.7.0"

detekt = "1.23.7"

[plugins]

jetbrains-compose = { id = "org.jetbrains.compose", version.ref = "compose-plugin" }

compose-compiler = { id = "org.jetbrains.kotlin.plugin.compose", version.ref = "kotlin" }

[libraries]

gradle-plugin-kotlin = { group = "org.jetbrains.kotlin", name = "kotlin-gradle-plugin", version.ref = "kotlin" }
Expand All @@ -71,6 +77,8 @@ gradle-plugin-detekt = { group = "io.gitlab.arturbosch.detekt", name = "detekt-g

gradle-plugin-compose = { group = "org.jetbrains.compose", name = "compose-gradle-plugin", version.ref = "gradle-plugin-compose" }

jetbrains-compose-runtime = { group ="org.jetbrains.compose.runtime", name="runtime", version.ref = 'gradle-plugin-compose' }

detekt-formatting = { group = "io.gitlab.arturbosch.detekt", name = "detekt-formatting", version.ref = "detekt" }

kodein-di = { group = "org.kodein.di", name = "kodein-di", version.ref = "kodein-di" }
Expand Down

0 comments on commit 7cef0dd

Please sign in to comment.