build: migrate Compose dependencies to Compose Multiplatform (#5084)

This commit is contained in:
James Rich 2026-04-12 09:45:11 -05:00 committed by GitHub
parent 9281324be3
commit 7ca7179197
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 13 additions and 16 deletions

View file

@ -47,7 +47,6 @@ kotlin {
val androidHostTest by getting {
dependencies {
implementation(libs.junit)
implementation(project.dependencies.platform(libs.androidx.compose.bom))
implementation(libs.kotlinx.coroutines.test)
}
}