diaquz / IotControl

Study project. Android app with iot dashboard
0 stars 0 forks source link

Compile Issue while building. #1

Closed OmerFarukOruc closed 1 year ago

OmerFarukOruc commented 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

diaquz commented 1 year ago

The add method was incorrectly annotated with @Inject instead of @Insert, causing an error.