mirror of
https://github.com/ProtonMail/protoncore_android.git
synced 2026-05-15 09:50:41 +00:00
d004a75142
Add general domain data result holder. Add mappers for data results separate data module. Add BL entities. Add Domain usecases and repository interface. Add domain utils and custom exceptions. Add tests suite for whole domain module.
#Data Module
Will hold shared data related stuff common for all projects ( modules )
Dependencies
No concrete dependencies beside 'test', 'util' and domain, pure Kotlin module,
testable by only unit and integration tests.