Ah. What's the definition of the `@Config` interfa...
# announcements
c
Ah. What's the definition of the
@Config
interface? Hard to answer without it. For example, one of the attributes might be an array and Java allows a shortcut notation for those (Kotlin doesn't, so you would need an explicit
arrayOf()
)