Skip to content

Instantly share code, notes, and snippets.

@merttoptas
Last active December 15, 2019 17:25
Show Gist options
  • Save merttoptas/f4adedae5630ab6bbbb8828fdcbe8e69 to your computer and use it in GitHub Desktop.
Save merttoptas/f4adedae5630ab6bbbb8828fdcbe8e69 to your computer and use it in GitHub Desktop.
@Database(entities = [Note::class],version = 1)
abstract class AppDatabase: RoomDatabase() {
abstract fun notedao(): NoteDao
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment