A sample Kotlin app which was built with modular structure, Kotlin DSL, Kotlin Coroutines, TDD and MVVM patterns.
android
lint
circleci
tdd
architecture
coroutines
clean-architecture
dagger2
glide
retrofit2
mvvm-pattern
kotlin-dsl
mvvm-architecture
detekt
databinding
solid-principles
modularization
ktlint
staticcodeanalysis
mockk
-
Updated
Mar 21, 2022 - Kotlin
Using pip and virtualenv together to manage project dependencies and environment isolation is one of the pain points I have faced while working on python projects. Recently, I came across this package called pipenv which seamlessly manages the virtual environment for your project and keep tracks of your project dependencies in a more deterministic way. Something along the lines of npm, yarn of