Created
April 21, 2020 09:59
-
-
Save PatilShreyas/bca85234aee7c67c19ab92fe2b3cab1e to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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