compiler:1.3.0-beta01 is out today 🦜
• Added support for Kotlin
1.7.10
🎉 13
🔟 2
r
Rick Regan
07/21/2022, 6:57 PM
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
itnoles
07/21/2022, 8:38 PM
As for Electric Eel, you have to wait for next canary
r
Rick Regan
07/21/2022, 9:17 PM
Thanks. So if not through the latest Canary, how do people use it?
c
Colton Idle
07/21/2022, 9:49 PM
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
Rick Regan
07/22/2022, 1:24 AM
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
Colton Idle
07/22/2022, 6:05 AM
Yep. That's what you want!
Colton Idle
07/22/2022, 6:06 AM
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