square / anvil

A Kotlin compiler plugin to make dependency injection with Dagger 2 easier.
Apache License 2.0
1.31k stars 79 forks source link

enable explicit API for all published modules/source sets #838

Closed RBusarow closed 8 months ago

RBusarow commented 8 months ago

This change is mostly just to make the IDE happy. The compiler-utils and gradle-plugin projects have the explicit types and modifiers in most places, but the flag isn't enabled so the IDE complains.

JoelWilcox commented 8 months ago