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 d744535 commit f674e9d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,18 @@ gradle-android = '8.9.0-alpha03'

compose = '1.7.1'

compose-plugin = '1.7.1'

compose-compiler = '1.5.15'

junit = "4.13.2"

[libraries]

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

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

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

com-android-tools-build-gradle = { group = "com.android.tools.build", name="gradle", version.ref = 'gradle-android' }
Expand Down

0 comments on commit f674e9d

Please sign in to comment.