with the RC1 `ui-tooling` split, is the following ...
# compose
k
with the RC1
ui-tooling
split, is the following dependency declaration the "most correct" if I also need to annotate my composables with
@Preview
?
Copy code
implementation("androidx.compose.ui:ui-tooling-preview:$compose_version")
debugImplementation("androidx.compose.ui:ui-tooling:$compose_version")
t