Skip to content

Instantly share code, notes, and snippets.

@PaoloMilano
Created June 2, 2020 18:31
Show Gist options
  • Save PaoloMilano/8c03d89f4df53c43b8711e3369a6f24e to your computer and use it in GitHub Desktop.
Save PaoloMilano/8c03d89f4df53c43b8711e3369a6f24e to your computer and use it in GitHub Desktop.
@get:Input
val colorsMap = mapOf(
"color1" to "#00ff00",
"color2" to "#ff0000",
"color3" to "#00ffff",
"color4" to "#00ffff"
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment