knthmn
07/13/2021, 7:29 AMui-tooling
split, is the following dependency declaration the "most correct" if I also need to annotate my composables with @Preview
?
implementation("androidx.compose.ui:ui-tooling-preview:$compose_version")
debugImplementation("androidx.compose.ui:ui-tooling:$compose_version")
Tash
07/19/2021, 11:15 PM