So, we don't need to apply to Kotlin plugin anymor...
# android
z
So, we don't need to apply to Kotlin plugin anymore with the Android Gradle plugin v 3.0?
a
zak.taccardi: Seems to be solid. This would be very nice and I am looking for it for long
m
We need to
l
@mkodekar what do we need?
m
Kotlin plugin
l
Yeah! We still need to have
apply plugin: 'kotlin-android'
in Android Gradle build
a
it’s kinda annoying actually
I hope there is a day I can directly use
kt
class in Android Studio, just like Java
l
@anthonyeef Please use Android Studio v3.0. You can directly use
kt
k
Of course you need to. Why do you think it's annoying. We do
apply plugin: com.android.application
today. And to be fair, this is even a lot longer than
apply plugin: kotlin-android