Skip to content

Instantly share code, notes, and snippets.

@marcelpinto
Last active April 30, 2018 09:13
Show Gist options
  • Save marcelpinto/e6d4879d8317e30c82b4629861b31173 to your computer and use it in GitHub Desktop.
Save marcelpinto/e6d4879d8317e30c82b4629861b31173 to your computer and use it in GitHub Desktop.
dependencies {
// Kotlin
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
// Views
implementation 'com.android.support:appcompat-v7:27.1.1'
implementation 'com.android.support.constraint:constraint-layout:1.1.0'
// Network
implementation 'com.squareup.retrofit2:retrofit:2.4.0'
implementation 'com.squareup.retrofit2:converter-moshi:2.4.0'
implementation 'com.squareup.moshi:moshi-kotlin:1.5.0'
// Kotlin coroutines
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-core:0.22.5"
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:0.22.5"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment