Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Mark kotlinProcessors as unresolvable (#986)
I believe this is a typo, and instead of setCanBeConsumed twice, one should be setCanBeResolved. This pattern can be seen in other configurations ie: https://github.com/micronaut-projects/micronaut-gradle-plugin/blob/2d20a5128c52aa997a36aa5d0a748f71aa6b334a/minimal-plugin/src/main/java/io/micronaut/gradle/MicronautMinimalApplicationPlugin.java#L78-L80 Closes micronaut-projects/micronaut-core#10752
- Loading branch information