compiler:1.3.0-beta01 is out today :party-parrot: ...
# compose
c
compiler:1.3.0-beta01 is out today 🦜 • Added support for Kotlin
1.7.10
🎉 13
🔟 2
r
But how do you get 1.7.10 in Android Studio? (I have Electric Eel Canary 8 and I have 1.7.0 which AS calls “the latest”)
i
As for Electric Eel, you have to wait for next canary
r
Thanks. So if not through the latest Canary, how do people use it?
c
theres the kotlin plugin for the IDE and the kotlin version for your project. even if the plugin isn't available, you can update your project to use a new version of kotlin.
r
Thanks for making that distinction for me. I don’t know if this is what you meant, but this did the trick:
Copy code
plugins {
 id 'org.jetbrains.kotlin.android' version '1.7.10' apply false
}
c
Yep. That's what you want!
You also want the ide plugin to update but you'll get a little bubble in the bottom right hand corner when that's ready too