This commit is contained in:
machiav3lli
2022-01-13 01:45:06 +01:00
parent c2a58652f4
commit 4aeb0a5709
4 changed files with 4 additions and 4 deletions

View File

@ -9,6 +9,7 @@ import com.looker.droidify.entity.Repository
import com.looker.droidify.utility.jsonGenerate
import com.looker.droidify.utility.jsonParse
// TODO LATER: reduce redundancy by merging the entity and database classes
@Entity
class Repository {
@PrimaryKey(autoGenerate = true)