Am I missing something or is the kotlin 1.4.0 plug...
# android
p
Am I missing something or is the kotlin 1.4.0 plugin for android studio not released on the stable track yet?
j
I think it is only available in the canary channel
it is available
a
From the oficial blog: Note that these latest changes, including the code highlighting speed-up, require IntelliJ IDEA 2020.1+ and Android Studio 4.1+.
p
That's a different topic
o
I updated as from the stable channel
p
Yep now it is
o
also I moved from jdk7 to jdk8
Copy code
"org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version"
and its working fine
p
You don't need to specify that
o
why >?
p
Read the changelog, it's applied automatically
o
ohh did not know it, thanks for the info