bufferapp / clean-architecture-koin-boilerplate

A fork of our clean architecture boilerplate, this time using Koin
MIT License
331 stars 52 forks source link

Fix readme.md typos #5

Closed etonotieno closed 4 years ago

etonotieno commented 5 years ago

This PR fixes some README typos I saw while going through it.

etonotieno commented 5 years ago

@hitherejoe I also added another commit that uses Kotlin extension functions to map between the different data models. This in my opinion is beneficial since you no longer have an extra object to mock or inject. We just use the language feature that Kotlin provides.