initializing room db
This commit is contained in:
parent
418ae4c04e
commit
07103cd911
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@ import androidx.room.Update
|
|||
// when writing Queries, its good to specify a Flow<> as the return type, see step 13 in https://developer.android.com/codelabs/basic-android-kotlin-compose-persisting-data-room?continue=https%3A%2F%2Fdeveloper.android.com%2Fcourses%2Fpathways%2Fandroid-basics-compose-unit-6-pathway-2%23codelab-https%3A%2F%2Fdeveloper.android.com%2Fcodelabs%2Fbasic-android-kotlin-compose-persisting-data-room#5
|
||||
|
||||
|
||||
@Dao
|
||||
@Dao
|
||||
interface AccountableTaskDao {
|
||||
|
||||
@Insert(onConflict = OnConflictStrategy.IGNORE)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue