@yan You might want to check out this project that I found:
https://github.com/trbnb/KotlinDaggerDatabindingTemplate. He/she is using Databinding with Dagger 2.5. Funny thing is that it compiles and runs when I start it with the Android Studio run configuration however it fails to compile from the terminal with `./gradlew assembleDebug`:
Execution failed for task ':app:compileDebugJavaWithJavac'.
> java.lang.NoSuchMethodError: com.google.common.collect.FluentIterable.append(Ljava/lang/Iterable;)Lcom/google/common/collect/FluentIterable;