Created
June 2, 2020 18:31
-
-
Save PaoloMilano/8c03d89f4df53c43b8711e3369a6f24e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@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