Tony Robalik

Results 388 comments of Tony Robalik
trafficstars

Generics are a pain in my butt -__- Thanks for the issue report. The reason is likely that generics don't end up in the bytecode; to workaround that, I do...

After thinking about this for a while, I've come to the conclusion that it is more of a feature request than a bug. Type erasure really makes it challenging to...

I actually think this issue is already resolved, but I'm not 100% sure. I recall writing some code that grabbed the generic types from the class files with asm. So...

I agree and would love to have this plugin support the configuration cache, but at the moment it's impossible. Some of the data the plugin needs to operate is not...

@ZacSweers which version of the plugin are you on? I haven't used a task execution listener for a while. When I'm at my desk I'll link the issue I was...

For the record, this is the issue I filed against Gradle that prevents this plugin's execution from being fully conf-cache-ready. Please note that simply applying the plugin shouldn't break other...

FYI, Gradle has told me they plan to make the results of dependency resolution available in a CC-friendly way sometime this year. So maybe by 2022 this plugin will be...

@dsvoronin that issue could probably be resolved quickly. It probably isn't really worth it for that property to be lazy. If you want to open a PR, I think it's...