diff --git a/gradle/compose.versions.toml b/gradle/compose.versions.toml index 54a808a29..f2e8c84e5 100644 --- a/gradle/compose.versions.toml +++ b/gradle/compose.versions.toml @@ -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" }