Kotlin / kotlinx-rpc

Add asynchronous RPC services to your multiplatform applications.
https://kotlin.github.io/kotlinx-rpc/
Apache License 2.0
512 stars 7 forks source link

KRPC-71 Type-safe project accessors #106

Closed Mr3zee closed 1 week ago

Mr3zee commented 1 week ago

Subsystem Gradle

Problem Description

Solution

Example: Old dependency notation:

implementation(project(":kotlinx-rpc-runtime:kotlinx-rpc-runtime-serialization:kotlinx-rpc-runtime-serialization-json"))

New dependency notation:

implementation(projects.runtime.runtimeSerialization.runtimeSerializationJson)