Add reference to compose compiler in compose.versions.toml so renovate can catch it

This commit is contained in:
AntsyLich 2024-03-22 19:24:41 +06:00
parent c0a888807b
commit 70c2443e82
No known key found for this signature in database

View file

@ -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" }