veer
09/26/2018, 12:03 PMThere was a failure while executing work items> A failure occurred while executing org.jetbrains.kotlin.gradle.internal.KaptExecution > java.lang.reflect.InvocationTargetException (no error message) Note: am trying to enable dataBindind for kotlin in a legacy code which already has Databinding using java, have applied apply plugin: ‘kotlin-kapt’ kapt “com.android.databinding:compiler:3.1.4” please help