Eva
Eva
Correct, it only applies to your project, not it's dependencies. You could try using Android's built-in desugaring which does.
Yep, that would be a good thing to add.
Just a sanity check, are you using a version of lombok that supports java 8?
@cypressious Unforntantly not, the latest version _should've_ been more widely compatitble, but if it's still not working then more investigation needs to be done.
If you get a chance, can you try with the android plugin `1.4.0-beta2` and the gradle retrolambda plugin `2.4.0-SNAPSHOT`? I've changed it to use the new transform api which should...
Hm, shouldn't this be the job of the transform api to implement?
Yeah, 3.0 is going to be the last version I plan on supporting. Unfortunately by using the transform api I don't have control of the task itself. I might look...
You can set it manually in an onItemSelected callback. Might be a cool feature for a two-way binding for that.
Has anyone reported an issue against the espresso lib for this? Seems like it shouldn't be calling the adapter in a different way than is expected when using in a...
Need some syntax to specify the multiple names, would `app:holdr_onItemSelected="onMyItemSelected,onMyItemNothingSelected"` be good enough? **Upside:** - It's about as simple as you can get. **Downside:** - May not be clear what...