Skip to content

Instantly share code, notes, and snippets.

@tsuijten
Created May 9, 2019 11:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tsuijten/2e2993ed3039f7f93e4ddd57f5a38988 to your computer and use it in GitHub Desktop.
Save tsuijten/2e2993ed3039f7f93e4ddd57f5a38988 to your computer and use it in GitHub Desktop.
Column {
listOf("John", "Julia", "Alice", "Mark").forEach {
Text(text = it)
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment