Skip to content

Instantly share code, notes, and snippets.

@mitsinsar
Last active March 7, 2020 12:47
Show Gist options
  • Save mitsinsar/27f9f2ba2943f3a6317d7bf82d823c17 to your computer and use it in GitHub Desktop.
Save mitsinsar/27f9f2ba2943f3a6317d7bf82d823c17 to your computer and use it in GitHub Desktop.
implementation 'com.squareup.retrofit2:retrofit:2.7.2'
implementation 'com.squareup.retrofit2:converter-gson:2.7.1'
implementation 'com.jakewharton.retrofit:retrofit2-kotlin-coroutines-adapter:0.9.2'
implementation 'com.google.code.gson:gson:2.8.6'
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:1.3.3"
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-core:1.3.3"
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.3.61"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment