From ec50a6704674ae0fbcf7375562d888e4cd7a9ca1 Mon Sep 17 00:00:00 2001 From: Zongle Wang Date: Sun, 10 Mar 2024 23:36:16 +0800 Subject: [PATCH] Fix Compose preview dependencies Closes #4119. --- build.gradle | 1 + 1 file changed, 1 insertion(+) diff --git a/build.gradle b/build.gradle index 2b98f5b1d8..b2e99b2436 100644 --- a/build.gradle +++ b/build.gradle @@ -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"