Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bind issues after Android Studio 3.2 release #52

Open
jakoss opened this issue Oct 15, 2018 · 3 comments
Open

Bind issues after Android Studio 3.2 release #52

jakoss opened this issue Oct 15, 2018 · 3 comments

Comments

@jakoss
Copy link

jakoss commented Oct 15, 2018

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:

image

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

@markusressel
Copy link

I'm having the same issue, not sure though if this is unrelated to the androidx migration.

@jakoss
Copy link
Author

jakoss commented Oct 24, 2018

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

@markusressel
Copy link

@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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants