Skip to content

This repository implementation of Koin architecture ,retrofit with coroutine.

Notifications You must be signed in to change notification settings

sky-flutter/KoinMVVMCoroutine

Repository files navigation

KoinMVVMCoroutine!

This repository implementation of Koin architecture, retrofit with coroutine. Following step to setup coroutines:

  • Add coroutines dependencies
    implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.1.
  • Add ViewModel dependencies for MVVM architecture
    implementation 'org.koin:koin-android-viewmodel:2.0.1'
  • Add Retrofit dependencies for network calling
    implementation 'com.squareup.okhttp3:logging-interceptor:4.2.0'
    implementation 'com.squareup.retrofit2:retrofit:2.6.1'
    implementation 'com.squareup.retrofit2:adapter-rxjava2:2.6.1'

About

This repository implementation of Koin architecture ,retrofit with coroutine.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages