Andy Gibel
11/06/2019, 12:35 AMalex009
11/06/2019, 2:02 AMdomain
(https://github.com/icerockdev/moko-template/tree/master/mpp-library/domain) module and all models and api classes is marked as internal
. generated models we map to domain models (like here https://github.com/icerockdev/moko-template/blob/d6af0c09c5a6a5be15b42d37230c30691a72fed4/mpp-library/domain/src/commonMain/kotlin/org/example/library/domain/repository/NewsRepository.kt#L23)
and out of domain
module we use manual-writed domain models, not api models.Andy Gibel
11/06/2019, 2:31 AMalex009
11/06/2019, 2:40 AMAndy Gibel
11/06/2019, 2:43 AMalex009
11/06/2019, 2:45 AMAndy Gibel
11/06/2019, 2:46 AMalex009
11/06/2019, 2:49 AMtemplateDir
in gradle config to setup custom templatesAndy Gibel
11/06/2019, 2:51 AMalex009
11/06/2019, 2:54 AMAndy Gibel
11/06/2019, 2:55 AM