`@Preview` annotation is not available in `android...
# compose
l
@Preview
annotation is not available in
android-x-master
repo, is it? Just synced, AS 4.0 is now bundled 👏🏼
l
The file is there indeed, but my project can’t reference it
And nor I can from
RallyActivity.kt
Looks like it’s not included in the
gradle
?
Yep,
implementation project(":ui:ui-tooling")
was missing 🙂
👍 1