Does this <release> `1.7.0-alpha01` support `@prev...
# compose
d
Does this release
1.7.0-alpha01
support
@preview
for composables in
commonMain
, or do they have to have the annotation and be referenced in
androidMain
? I’m bit confused about this if someone can please clarify
k
a
The correct import for this is the compose androidx tooling from google right?
You need to have
buildFeatures {
compose = true
}
for previews to work in androidMain
c
I also thought as of latest agp or something we don't need compose = true anymore.
a
They fixed it for 8.5.1 yes
k
where is the release notes about that?
a
I read it somewhere here in slack I think, cant find the thread exactly