Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
TASK: Добавить компоненты TypeConverter
Добавить аннотацию TypeConverters
  • Loading branch information
janibekmarshal committed Oct 20, 2018
1 parent 9373d2c commit c49481b
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -4,11 +4,13 @@ import android.content.Context
import androidx.room.Database
import androidx.room.Room
import androidx.room.RoomDatabase
import androidx.room.TypeConverters

@Database(
entities = [RoomAdvertisement::class],
version = 1
)
@TypeConverters
abstract class KolesaDatabase : RoomDatabase() {

companion object {
Expand Down

0 comments on commit c49481b

Please sign in to comment.