Skip to content

Instantly share code, notes, and snippets.

@krzdabrowski
Created April 17, 2019 07:53
Show Gist options
  • Save krzdabrowski/5e6af3d1c058461f64502b49078917b9 to your computer and use it in GitHub Desktop.
Save krzdabrowski/5e6af3d1c058461f64502b49078917b9 to your computer and use it in GitHub Desktop.
dependencies {
// ...
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:$coroutinesVersion"
implementation "com.jakewharton.retrofit:retrofit2-kotlin-coroutines-adapter:$retrofitCoroutinesAdapterVersion"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment