I've broken down the utils to its own module (:compiler-utils), and the test fixtures (:compiler-tests) to make it easier to be able to add new processors to the project in separate modules (eg #68) or to extend kotlin-inject-anvil and be able to create similar processors (with the same utils available) as the first party ones.
I've broken down the utils to its own module (
:compiler-utils
), and the test fixtures (:compiler-tests
) to make it easier to be able to add new processors to the project in separate modules (eg #68) or to extend kotlin-inject-anvil and be able to create similar processors (with the same utils available) as the first party ones.