Trying to add compose to a project. I'm 'somehow ...
# compose
c
Trying to add compose to a project. I'm 'somehow adding compose 1.0.5 even though I'm trying to use 1.2.0-alpha02 When I do ./gradlew app:dependencies I see
Copy code
kotlin-extension - Configuration for Compose related kotlin compiler extension
\--- androidx.compose.compiler:compiler:1.0.5
Any idea what that is?
lol. I had two
Copy code
buildFeatures { }
blocks defined. And apparently it only reads the first one. Phew all clear.
😄 1
🦜 2