0.8.0
- All public functions for communication are now generated
- Thanks to generating, functions are now consistent in naming and ordering of arguments
- All
on
methods with callback are returning a result (even if just Unit)- Not to return a result is to use
on
returning flow functions.
- Not to return a result is to use
invoke
andon
working with results have their names suffixed (invokeWithResult
andonWithResult
) for JVM