Hellos guys i am trying to create a db that i can input items and use recycleview,i use the debuger from one of androids tutorial and i have the following error with my Dao file The file: package com.example.dbtest4 import androidx.room.Dao import androidx.room.Insert import androidx.room.OnConflictStrategy import androidx.room.Query import kotlinx.coroutines.flow.Flow @Dao interface WordDao {
} The error: submitted by /u/gioannireformed |