smth wrong with the plugin I guess
# android
y
smth wrong with the plugin I guess
r
nah, something is wrong with your build.gradle lol
y
🙂
r
umm kapt shouldn’t cause you problems. what does the error say exactly
you have both the kotlin plugin and the kapt plugin correct
y
to be clear. I ’ve just created a new android wear project with no activity and just added one line:
apply plugin: 'kotlin-kapt'
now it looks like that: apply plugin: ‘com.android.application’ apply plugin: ‘kotlin-android’ apply plugin: ‘kotlin-kapt’ apply plugin: ‘kotlin-android-extensions’
I receive the error while my project is syncing
r
i have the same version of android studio, so let me try
y
it strange because Iv’e tried it using two Android Studios: the stable version and a canary one
r
lol wait thats not a error ,thats a warning lol
your build is still successful
y
🙃
r
🤦‍♀️
y
I need a break
r
lol
y
thanks man
thanks for you help. I spent an hour to sort that out. Installed the stable version of AS and created a few small projects with different versions of gradle and kotlin 🤕 that was terrible… lol
r
This is 2018, kotlin comes bundled with android studio 😂 . Just click the add Kotlin support next time you create a project lol