<@U39DB6PQ8> Works for us without problem (kotlin ...
# android
g
@samthompson Works for us without problem (kotlin 1.1, kapt3)
s
@gildor Mind sharing a snippit of your gradle files with the relevant info? Edit: clarity
g
Sorry, NDA. Anyway, our build configs are too complicated to use them for reference. Nothing special with kapt3 configuration:
apply plugin: ‘kotlin-kapt’
and
kapt “com.android.databinding:compiler:2.3.0”
Check that you have correct com.android.databinding:compiler dependency version
version should be the same as android gradle plugin version
s
Thanks! 👍
g
Actually, maybe you can share build config logs
s
Away from my computer at the moment, I'll upload them in a bit
Weird. Just as a test, I just created a new project in android studio 2.3 with databinding configured and it compiled without issues. Go figure 🤔
I did have
apply plugin: ‘kotlin-kapt’
and
kapt “com.android.databinding:compiler:2.3.0”
in my previous project. The only difference I can think of between the existing project and the test project is that the existing project was converted from an android studio 2.2 project
g
Actually, It shouldn’t be problem, because it’s still gradle project, probably some other problem with caches