with official kotlin support in 3.0, do you still ...
# android
z
with official kotlin support in 3.0, do you still need to apply the
kotlin-android
plugin?
i
zak.taccardi: no
🤔 1
👎 1
z
great
🤔 1
where does that leave
kapt
?
i
zak.taccardi: kapt-plugin
You can see sample in project that I shared above
l
Yes you need. What you don't need is to install the Kotlin Plugin manually in the IDE since it comes bundled in
But why the hell an extra line in the build.gradle file is a problem?