Created
November 11, 2022 07:31
-
-
Save gokmenbayram/832a9ea0216ace69a8b7b3ddc9e2b48f to your computer and use it in GitHub Desktop.
Room Database
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( | |
entities = [], | |
version = 1, // upgrade db version on any change | |
exportSchema = true | |
) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment