is there a way to define a constant without genera...
# announcements
k
is there a way to define a constant without generating an additional class? if I put it in the companion object, a companion class is generated, if I make it top-level, a file class is generated.