Created
June 9, 2021 17:32
-
-
Save varundwarkani/665fb42506191b7670f272e0899bd340 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@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