matthiasbruns / Klean-ArchiteKture

Kotlin Android clean-architecture demo project for a meetup talk. Slides: https://docs.google.com/presentation/d/1CxnntHf3CorNDicx_cDN5s1t5pEbUwjwWHZ5PNmfe6Y/edit?usp=sharing
https://www.meetup.com/Kotlin-User-Group-Cologne/events/247414248/
Apache License 2.0
11 stars 1 forks source link

Data should not be dependent on Domain #1

Open ac-opensource opened 6 years ago

ac-opensource commented 6 years ago
screen shot 2018-03-30 at 1 26 50 pm
matthiasbruns commented 6 years ago

Data implements domain interfaces like Repository etc. So it has domain as a dependency, doesn't it?