Hi all, what is the right way to write constants i...
# getting-started
n
Hi all, what is the right way to write constants in Kotlin (the same as public static final in Java)? const or companion object?