A fully-reactive currency converter, utilizing Model-View-Intent pattern.
This project utilizes MVI pattern according to the official sample by oldergod
To run unit tests, use this command:
./gradlew test
To perform linting of the code:
./gradlew ktlint
Also, there is another command to fix the code automatically:
./gradlew ktlintFormat
- RxJava 2
- Retrofit
- Koin