<https://kotlinlang.org/docs/reference/properties....
# android
m
https://kotlinlang.org/docs/reference/properties.html#compile-time-constants states that a
const
must be: - Top-level or member of an `object`; - Initialized with a value of type
String
or a primitive type; - No custom getter