Join Slack
Powered by
trying to do `() -> Unit` but it is expecting a...
# announcements
d
dumptruckman
02/07/2019, 9:40 PM
trying to do
() -> Unit
but it is expecting a return value
a
adam-mcneilly
02/07/2019, 11:04 PM
From the java side I think you can just do
return Unit.INSTANCE
IIRC
2
Views
Open in Slack
Previous
Next