Kotlin / kotlinx-rpc

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

Update the project structure to work with kotlin-master #234

Closed Mr3zee closed 4 days ago

Mr3zee commented 6 days ago

Subsystem Gradle

Problem Description Kotlin master build require local artifacts, which don't work for current project structure, as it can't resolve KGP this way.

Solution Change the structure to work with local kotlin artifacts (move KGP dependent files from settings to plain conventions)