Skip to content

Instantly share code, notes, and snippets.

@PatilShreyas
Created April 21, 2020 09:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save PatilShreyas/bca85234aee7c67c19ab92fe2b3cab1e to your computer and use it in GitHub Desktop.
Save PatilShreyas/bca85234aee7c67c19ab92fe2b3cab1e to your computer and use it in GitHub Desktop.
dependencies {
// Kotlin
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
// Kotlin Coroutines
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-core:1.3.5"
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:1.3.5"
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-play-services:1.3.5'
// Android
implementation 'androidx.appcompat:appcompat:1.1.0'
implementation 'androidx.core:core-ktx:1.2.0'
implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
// ViewModel
implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.2.0'
// Firebase Cloud Firestore (Kotlin)
implementation 'com.google.firebase:firebase-firestore-ktx:21.4.2'
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment