Raed Ghazal
07/20/2021, 1:24 PMconst list/array inside a companion object in kotlin?Ivan Pavlov
07/20/2021, 1:30 PMval for lists/arrays/any other objects
https://kotlinlang.org/docs/properties.html#compile-time-constants
• It must be initialized with a value of type String or a primitive typeRaed Ghazal
07/20/2021, 1:31 PM