ryanw-mobile / GMap2ICal

Kotlin Compose for Desktop App. Convert Google Maps timeline to ICS for Calendar import
Apache License 2.0
27 stars 0 forks source link

Move mappers from domain layer to repository #182

Open ryanw-mobile opened 6 months ago

ryanw-mobile commented 6 months ago

It is more appropriate that the domain layer does not depend on the DTOs which the mappers required. Done one during abolishing Retrofit but there are a few more to go.