patrickyin / clean-architecture-android-kotlin

Using Uncle Bob's clean architecture with Kotlin language and the latest Android technologies(Rx, Dagger2 etc.).
Apache License 2.0
330 stars 45 forks source link

domain module has dependency on data module. #4

Open pkliang opened 6 years ago

pkliang commented 6 years ago

Does it violate dependency rule of clean architecture?

matheusbristot commented 6 years ago

Yep! Module Domain, violate rule!

myalcindelioglu commented 4 years ago

I am a new learner of the Clean Architecture. I was on the violation of the dependency rule and then I saw it has been already addressed by this issue :)