Join Slack
Communities
Powered by
<https://kotlinlang.org/docs/reference/properties....
# android
m
menegatti
11/20/2017, 4:46 PM
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
Open in Slack
Previous
Next