what about putting `IN_MSG` as a top level constan...
# getting-started
j
what about putting
IN_MSG
as a top level constant?
Copy code
const val IN_MSG = “in-msg”

interface Channels {
  @Input(IN_MSG)
  fun inMsg(): MessageChannel
}