mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
build: migrate Compose dependencies to Compose Multiplatform (#5084)
This commit is contained in:
parent
9281324be3
commit
7ca7179197
8 changed files with 13 additions and 16 deletions
|
|
@ -33,7 +33,7 @@ dependencies {
|
|||
implementation(projects.core.resources)
|
||||
implementation(projects.core.repository)
|
||||
|
||||
implementation(libs.androidx.compose.ui) // LocalConfiguration, LocalDensity
|
||||
implementation(libs.compose.multiplatform.ui) // LocalConfiguration, LocalDensity
|
||||
implementation(libs.androidx.glance.appwidget)
|
||||
implementation(libs.androidx.glance.material3)
|
||||
implementation(libs.androidx.glance.preview)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue