trying to do `() -> Unit` but it is expecting a...
# announcements
d
trying to do
() -> Unit
but it is expecting a return value
a
From the java side I think you can just do
return Unit.INSTANCE
IIRC