I tried swapping out: ```kapt { generateStubs ...
# eap
b
I tried swapping out:
Copy code
kapt {
    generateStubs = true
}
with the new Kotlin plugin:
apply plugin: 'kotlin-kapt
but when I bind to an
ObservableField<String>
for example instead of a straight
String
I get an error:
>>e: java.lang.RuntimeException: Found data binding errors.
****/ data binding error ****msg:Cannot find the setter for attribute 'android:text' with parameter type T on android.widget.TextView.