mochadwi / android-clean-architecture-mvi-boilerplate

A fork of our clean architecture boilerplate using the Model-View-Intent pattern
MIT License
2 stars 0 forks source link

fix(dagger): Generated build fails #2

Closed mochadwi closed 4 years ago

mochadwi commented 4 years ago

Due to transitive dependencies, the mobile-ui layer using implementation but api should be added instead thus doesn't works.

This fix also include a few from this references:

  1. Dagger 2 Multi-Module
  2. Increase buffer for console output (annotation processor have a lot of output) & Dagger 2 swallow outputs
  3. Wrong import package
  4. Kotlin & Dagger 2 Gotchas part 1, Part 2 & Part 3