Skip to content

Instantly share code, notes, and snippets.

@Ahmedgadein
Created July 1, 2020 16:03
Show Gist options
  • Save Ahmedgadein/bbd053993e3800d32e455934c09d2384 to your computer and use it in GitHub Desktop.
Save Ahmedgadein/bbd053993e3800d32e455934c09d2384 to your computer and use it in GitHub Desktop.
apply plugin: "kotlin-kapt"
dependencies {
implementation 'androidx.room:room-runtime:2.2.5'
implementation 'androidx.room:room-coroutines:2.1.0-alpha04'
kapt 'android.arch.persistence.room:compiler:1.1.1'
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment