Hugo Visser

Results 71 comments of Hugo Visser

I think exposing it (somehow) on the definition of the transition would make sense. In the context of the transition (initial and target) I'd know what ordering I want...That might...

You can pass in arguments to the annotation processor, based on the variant which would also hold the applicationId if that is what you are asking? Not sure what you...

One way would maybe add string resources, reference those in the manifest and have the project override that. But it's not that nice either and I'm not sure if that...

You can't call back up to Gradle from the processor, the processor doesn't know about that at all, it's called by `javac` or by the `jack` compiler on Android. What...

Yes, interesting idea. The way the check works now is that it checks if you call into `Observable` without using the result (if I remember correctly, it has been a...

This has been mentioned a couple of times, for example here: https://github.com/littlerobots/version-catalog-update-plugin/issues/116 Can you try if running the task with `--refresh-dependencies` helps? I suspect this is some kind of sorting...

The 0.8.2 release has a new way of resolving dependencies, which might fix this problem too (see #125 for more details). Would be great if you could try it on...

@beshoy-samy did you enable the new resolver? Like mentioned in #125? If you want me to take a look, please provide a minimal project as an example that reproduces the...

In that case there are probably other usages of that version ref that are not updated. Can you confirm that is the case?