amzn / kotlin-inject-anvil

Extensions for the kotlin-inject dependency injection framework
Apache License 2.0
274 stars 8 forks source link

Break apart utils and tests to separate modules #78

Closed mrmans0n closed 2 weeks ago

mrmans0n commented 2 weeks ago

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.

vRallev commented 2 weeks ago

I created one more follow up https://github.com/amzn/kotlin-inject-anvil/pull/84