Enables building and managing JSON-RPC protocol interactions, offering a streamlined dependency setup for seamless integration into projects.
Kotlin DSL:
repositories { mavenCentral() } dependencies { implementation("io.github.maapuh:kmp-jsonrpc:1.0.0") }