Use new Compose BOM 2022.10.00 (#8295)

This commit is contained in:
Ivan Iskandar
2022-10-27 05:12:32 +07:00
committed by GitHub
parent ca06516900
commit 5b3f9e082e
2 changed files with 12 additions and 11 deletions

View File

@ -163,6 +163,7 @@ dependencies {
implementation(project(":source-api"))
// Compose
implementation(platform(compose.bom))
implementation(compose.activity)
implementation(compose.foundation)
implementation(compose.material3.core)