I updated AS to canary 3, and tried to use `1.1.2-...
# android
b
I updated AS to canary 3, and tried to use
1.1.2-4
on my project. I get kapt3 compilation errors related to databinding. Reverting to
1.1.2-2
again resolves it. Does anybody here have the same problem?
r
bod: I had problems with
android:text="@={item.username}"
where I had to use
android:text="@{item.username}"
. What error messages are you getting
b
I think my problem is “deeper” 🙂 Basically the project doesn’t compile at all, with complains of missing classes.
I am currently drafting an issue with more details