Skip to content

Instantly share code, notes, and snippets.

@jonathanrz
Created November 6, 2017 23:18
Show Gist options
  • Select an option

  • Save jonathanrz/6094f9f237e67295ccceb8a62f2491c4 to your computer and use it in GitHub Desktop.

Select an option

Save jonathanrz/6094f9f237e67295ccceb8a62f2491c4 to your computer and use it in GitHub Desktop.
@Entity
data class Data(@PrimaryKey(autoGenerate = true) var id: Long = 0, var name: String = "")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment