Closed OmerFarukOruc closed 1 year ago
com\iot\control\infrastructure\dao\LogDao.java:25:
error: An abstract DAO method must be annotated with one and only one of the following annotations: Insert,Delete,Query,Update,Upsert,RawQuery public abstract java.lang.Object add(@org.jetbrains.annotations.NotNull
The add method was incorrectly annotated with @Inject instead of @Insert, causing an error.
com\iot\control\infrastructure\dao\LogDao.java:25:
error: An abstract DAO method must be annotated with one and only one of the following annotations: Insert,Delete,Query,Update,Upsert,RawQuery public abstract java.lang.Object add(@org.jetbrains.annotations.NotNull