bryan
09/23/2016, 7:30 PMkapt {
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.