@tyg : Thank you for your answer. Below code worked for me.
@Database( entities = [UserEntity::class, ShopDetailsEntity::class], version = AppConstants.DB_VERSION, exportSchema = false
)