LastAdapter icon indicating copy to clipboard operation
LastAdapter copied to clipboard

Bind issues after Android Studio 3.2 release

Open jakoss opened this issue 7 years ago • 3 comments

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

jakoss avatar Oct 15 '18 10:10 jakoss

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

markusressel avatar Oct 23 '18 22:10 markusressel

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

jakoss avatar Oct 24 '18 06:10 jakoss

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

markusressel avatar Oct 29 '18 01:10 markusressel