I noticed that a new project from <kmp.jetbrains.c...
# compose
c
I noticed that a new project from kmp.jetbrains.com includes an app/build.gradle.kts with
Copy code
buildFeatures {
        compose = true
    }
I thought we didn't need that anymore?
e
I think Android Studio preview doesn't work without it
a
1
c
i saw that thread too 🤦‍♂️
thanks all
a
I have been banging my head over why my previews in the new compose alpha were not working in the androidMain, it was because of this
2
e
Looks like that was "fixed" in the latest Koala - https://issuetracker.google.com/issues/344057003?pli=1
👍 1
c
nice!