<@U0BA7APAP> That question was asked at <#C4GKV43N...
# android
m
@spirosoik That question was asked at #codingconventions a couple of days ago. They agreed upon having it as a
private const val
at file level (outside the class).
💯 1
s
thanks Marius.
l
The reason there is simple. You avoid generation of another class and static reference to object of that class that will hold your String field.
s
yes with companion object the byte code is insane. a whole class with a static ref.