<@U0A97FVU2>: I haven't hit any restriction impose...
# announcements
a
@mplatvoet: I haven't hit any restriction imposed by Kotlin, but by the way I happen to use it to model domains. I don't use
init {}
to impose constraints on domain objects as I want to construct partial objects. e.g. objects that only have their ids set as they haven't been fetched from the db. However, a Java Builder used in the same fashion would have exactly the same limitations.