You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just migrated whole project to Android Studio 3.2.1, gradle 4.10, Kotlin 1.2.71
I can't build project due to error with generated binding class:
Do you have any idea what might be the cause? Cleaning project does not help here. I'm using databinding compiler from androidx reference, but i doubt that this have any impact on this
The text was updated successfully, but these errors were encountered:
I'm pretty sure it's related to the fact that databinding.V2 is turned on by default in newest Android Studio. But since this library seems to be dead for some time i migrated my application to epoxy
@NekroMancer Thx for the tip, I'm using epoxy now too in two of my projects. It works just like LastAdapter and can even do diffing - a feature I was missing in LastAdapter since quite some time.
I just migrated whole project to Android Studio 3.2.1, gradle 4.10, Kotlin 1.2.71
I can't build project due to error with generated binding class:
Do you have any idea what might be the cause? Cleaning project does not help here. I'm using databinding compiler from androidx reference, but i doubt that this have any impact on this
The text was updated successfully, but these errors were encountered: