Tony Robalik

Results 388 comments of Tony Robalik
trafficstars

Thanks for the issue. I've often thought about this.

Unfortunately, I don't have time for things that aren't bug fixes or non-critical enhancements right now. I am open to sponsored work, however.

Could you provide the reproducer? Either zip or git project would work. I'm not going to go through those manual steps. I know this plugin works with custom build types...

Ohh haha the issue is due to the names of your buildTypes. Because you have a buildType is named "localTest", the plugin tries to create a task with the slug...

I don't understand what you mean by "the dependency is defined in the root gradle." Could you clarify, ideally with a code snippet?

Thanks for the issue. It would help a lot if you provided a minimal reproducer project, or at the very least indicated an existing library that has multiple annotation processors.

Do you have a reproducer? I'm surprised this isn't working: ``` val mainOutput = extensions.getByType(SourceSetContainer::class.java) .findByName(SourceSet.MAIN_SOURCE_SET_NAME) ?.output ?.classesDirs ?: files() ``` That should analyze all the code in `src/main` regardless...

I think this might already work? I have a test for empty build files.