This PR converts CommandRouting and EventRouting to Kotlin, extending these classes with inline functions for idiomatic routing configuration in Kotlin.
Other notable changes:
Updated internal dependencies, and Logging in particular.
Addressed console warnings for over exposed receptors.
This PR converts
CommandRouting
andEventRouting
to Kotlin, extending these classes with inline functions for idiomatic routing configuration in Kotlin.Other notable changes: