Humphrey
fun main() = application { Window( onCloseRequest = ::exitApplication, title = "Compose for Desktop", state = rememberWindowState(width = 600.dp, height = 600.dp) )
Alexander Kurasov[JB]
A modern programming language that makes developers happier.