Skip to content

Instantly share code, notes, and snippets.

@varundwarkani
Created June 9, 2021 17:32
Show Gist options
  • Save varundwarkani/665fb42506191b7670f272e0899bd340 to your computer and use it in GitHub Desktop.
Save varundwarkani/665fb42506191b7670f272e0899bd340 to your computer and use it in GitHub Desktop.
@Database(
version = 1,
entities = [AppSettings::class, UserData::class, Series::class, Quiz::class, QuizData::class],
exportSchema = true
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment