Roman Rastiehaiev
01/04/2025, 3:45 PM./gradlew clean assemble
And get errors like this:
file:///$HOME/dev/project/playground/kotlinx-rpc/krpc/krpc-core/src/commonMain/kotlin/kotlinx/rpc/krpc/internal/devStreamScope.kt:17:2 Unresolved reference 'InternalRpcApi'.
Seems like Gradle fails to resolve transitive dependencies (:krpc:krpc-core
-> core
-> `utils`; for some reason :krpc:krpc-core
doesn't see classes from utils
)
In the guide there is a text:
For kotlinx.rpc to build correctly, a series of additional libraries/tools may need to be installed, based on the operating system you're using for development:
I installed Xcode
and Xcode command line tools
as suggested, the error remains the same
cc: @Alexander SysoevAlexander Sysoev
01/09/2025, 7:55 AMRoman Rastiehaiev
01/14/2025, 11:29 AMAlexander Sysoev
01/15/2025, 1:06 PMRoman Rastiehaiev
01/15/2025, 1:41 PM