You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 16, 2023. It is now read-only.
TitleDao.java:15:
Not sure how to handle insert method's return type.
public abstract java.lang.Object insertTitle(@org.jetbrains.annotations.NotNull()
TitleDao.java:17:
Type of the parameter must be a class annotated with @entity or a collection/array of it.
kotlin.coroutines.Continuation<? super kotlin.Unit> continuation);
The text was updated successfully, but these errors were encountered:
TitleDao.java:15:
Not sure how to handle insert method's return type.
public abstract java.lang.Object insertTitle(@org.jetbrains.annotations.NotNull()
TitleDao.java:17:
Type of the parameter must be a class annotated with @entity or a collection/array of it.
kotlin.coroutines.Continuation<? super kotlin.Unit> continuation);
The text was updated successfully, but these errors were encountered: