You probably don't want to use the `const` modifie...
# getting-started
s
You probably don't want to use the
const
modifier, @elect.
val
makes it a constant value anyway, and
mapOf
makes an immutable map.
const
makes it a compile-time constant – which can only be Strings or primitives – but having a
val map
is all you need. simple smile https://kotlinlang.org/docs/reference/properties.html#compile-time-constants