https://kotlinlang.org logo
Title
z

zak.taccardi

05/20/2017, 4:50 AM
So, we don't need to apply to Kotlin plugin anymore with the Android Gradle plugin v 3.0?
a

anthonyeef

05/20/2017, 5:31 AM
zak.taccardi: Seems to be solid. This would be very nice and I am looking for it for long
m

mkodekar

05/20/2017, 5:58 AM
We need to
l

liemvo

05/20/2017, 7:22 AM
@mkodekar what do we need?
m

mkodekar

05/20/2017, 7:22 AM
Kotlin plugin
l

liemvo

05/20/2017, 7:24 AM
Yeah! We still need to have
apply plugin: 'kotlin-android'
in Android Gradle build
a

anthonyeef

05/20/2017, 7:39 AM
it’s kinda annoying actually
I hope there is a day I can directly use
kt
class in Android Studio, just like Java
l

liemvo

05/20/2017, 8:36 AM
@anthonyeef Please use Android Studio v3.0. You can directly use
kt
k

kingsley

05/20/2017, 10:43 AM
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