Vivek Sharma
@Entity data class Note( val title: String, val content: String, val timestamp: Long, val color: Int, @PrimaryKey val id: Int? = null )
null
id
1, 2, 3, 4...
hfhbd
ephemient
A modern programming language that makes developers happier.