
Facilitates in-process event bus using coroutines and flows, and offers a flexible remoting implementation leveraging ktor and kotlinx-serialization.
The library is published to the Maven Central, simply add the appropriate module as a dependency in your build.gradle.kts:
kotlin {
sourceSets {
val commonMain by getting {
dependencies {
implementation("xyz.kotlinw:$MODULE_ID:$LATEST_VERSION")
}
}
}
}The library is published to the Maven Central, simply add the appropriate module as a dependency in your build.gradle.kts:
kotlin {
sourceSets {
val commonMain by getting {
dependencies {
implementation("xyz.kotlinw:$MODULE_ID:$LATEST_VERSION")
}
}
}
}