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 2304e25 commit 1d71434
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,14 @@ compose-compiler = '1.5.15'

junit = "4.13.2"

[libraries]
[plugins]

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

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

[libraries]

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 1d71434

Please sign in to comment.