xyz.kotlinw:kotlinw-remoting-core

kotlinw - Kotlin Multiplatform library


Keywords
modularization, remoting, utilities
License
Other

Documentation

kotlinw

Usage

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")
            }
        }
    }
}

Modules

  • In-process event bus: an in-process event bus mechanism based on Kotlin coroutines and flows
  • Remoting: a flexible remoting implementation based on ktor and kotlinx-serialization