Skip to content

Commit

Permalink
Add reference to compose compiler in compose.versions.toml so renov…
Browse files Browse the repository at this point in the history
…ate can catch it
  • Loading branch information
AntsyLich committed Mar 22, 2024
1 parent c0a8888 commit 70c2443
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions gradle/compose.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ compose-bom = "2024.02.00-alpha02"
accompanist = "0.35.0-alpha"

[libraries]
compiler = { module = "androidx.compose.compiler:compiler", version.ref = "compiler" }

activity = "androidx.activity:activity-compose:1.8.2"
bom = { group = "dev.chrisbanes.compose", name = "compose-bom", version.ref = "compose-bom" }
foundation = { module = "androidx.compose.foundation:foundation" }
Expand Down

0 comments on commit 70c2443

Please sign in to comment.