Eva

Results 256 comments of Eva
trafficstars

Another option is named args: `app:holdr_onItemSelected="onSelected: onMyItemSelected, onNothingSelected: onMyItemNothingSelected"` Leave one out to use default name, pass `false` to not generate the listener. **Upside:** - Clear mapping to listeners. -...

A variant of named args, instead of having `false`, `app:holdr_onItemSelected="true"` only generates a single, default method (onMyItemSelected() in this case). If you want to have both, you do `app:holdr_onItemSelected="onSelected: true,...

Mind posting a little bit more info? What does your build.gradle(s) look like, and do you see exactly what exception it's failing with? (You may have to run with `--info`)....

Hm, this looks related to #105, can you try the solution posted there?

Check that JAVA8_HOME/JAVA7_HOME are resolving correctly.

Wouldn't this be an issue with that plugin then? Not sure what action I'd take here.

The new paging lib is still in alpha, but if someone wants to submit a pr I'd be happy to take a look.

You need to explicitly enable default methods, see the README

interesting, seems like ksp doesn't emit the synthentic methods generated for delegation, I wonder if there's another way to detect it.

Thanks for looking into it! Yeah I think opening an issue on the ksp side to get this information would be the way to go.