https://kotlinlang.org logo
f

ferbeb

10/17/2017, 4:23 PM
Okay, probably I'm doing this completely wrong. I wanted to have constants inside a class, so I used just
val
. Should I use a companion object or something instead?