Skip to content

Instantly share code, notes, and snippets.

@bobbyirawan09
Last active August 6, 2020 08:33
Show Gist options
  • Save bobbyirawan09/9772d0ceead4b07de18da08b8261393e to your computer and use it in GitHub Desktop.
Save bobbyirawan09/9772d0ceead4b07de18da08b8261393e to your computer and use it in GitHub Desktop.
Build gradle file for RoomFlow project
//Room library
implementation "androidx.room:room-runtime:2.2.5"
kapt "androidx.room:room-compiler:2.2.5"
implementation "androidx.room:room-ktx:2.2.5"
//Coroutines library
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.3.7'
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.3.7'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment