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"