RecentSearchRoomEntity created and deprecated RecentSearchEntity

This commit is contained in:
Gouri Panda 2022-12-04 18:41:10 +05:30 committed by Kelson
parent a76247ba07
commit cc7291fcb6
2 changed files with 3 additions and 0 deletions

View File

@ -21,6 +21,7 @@ import io.objectbox.annotation.Entity
import io.objectbox.annotation.Id
import org.kiwix.kiwixmobile.core.data.local.entity.RecentSearch
@Deprecated(message = "Replaced with Room")
@Entity
data class RecentSearchEntity(
@Id var id: Long = 0L,

View File

@ -0,0 +1,2 @@
package org.kiwix.kiwixmobile.core.dao.entities