Add dependencies necessary to render Compose previews in coreui

Change-Id: I6282f909650404a681528f53ca2b66176567611b
pull/2/head
Caren Chang 3 years ago
parent 396f6eb07d
commit 997bf6a8b0

@ -48,6 +48,11 @@ dependencies {
implementation libs.coil.kt.compose implementation libs.coil.kt.compose
implementation libs.kotlinx.datetime implementation libs.kotlinx.datetime
// TODO : Remove these dependencies when b/225193889 is fixed
// These dependencies are currently necessary to render Compose previews
debugImplementation "androidx.savedstate:savedstate-ktx:1.1.0"
debugImplementation libs.androidx.lifecycle.viewModelCompose
api libs.androidx.compose.foundation.layout api libs.androidx.compose.foundation.layout
// TODO (M3): Remove this dependency when all components are available // TODO (M3): Remove this dependency when all components are available
api libs.androidx.compose.material api libs.androidx.compose.material

Loading…
Cancel
Save