Fix Compose preview dependencies

Closes #4119.
This commit is contained in:
Zongle Wang
2024-03-10 23:36:16 +08:00
committed by GitHub
parent 60ca3a90fe
commit ec50a67046

View File

@@ -361,6 +361,7 @@ dependencies {
implementation "androidx.compose.ui:ui"
implementation "androidx.compose.ui:ui-util"
debugImplementation "androidx.compose.ui:ui-tooling"
implementation "androidx.compose.ui:ui-tooling-preview"
implementation "androidx.compose.ui:ui-text-google-fonts"
implementation "androidx.compose.foundation:foundation"
implementation "androidx.compose.material:material-icons-extended"