Skip to content

Instantly share code, notes, and snippets.

@anandwana001
Last active August 9, 2018 17:15
Show Gist options
  • Save anandwana001/033f2a29b794a96a00aebee700ebfa19 to your computer and use it in GitHub Desktop.
Save anandwana001/033f2a29b794a96a00aebee700ebfa19 to your computer and use it in GitHub Desktop.
@Entity(tableName = "habitClass")
data class Habit(@PrimaryKey
@ColumnInfo(name = "habit") val mHabit: String)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment