Khan
@Entity data class Employees( @PrimaryKey val id: String, val name: String? )
yigit
A modern programming language that makes developers happier.