Zakhar
"type"
Adam S
val data
Project
val data: Project = OwnedProject("kotlinx.coroutines", "kotlin")
OwnedProject
type
val data = OwnedProject("kotlinx.coroutines", "kotlin")
val data = OwnedProject("kotlinx.coroutines", "kotlin") println(format.encodeToString<Project>(data))
Jacob Ras
A modern programming language that makes developers happier.