Hi everyone, I was reading <How to contribute guid...
# kotlinx-rpc
r
Hi everyone, I was reading How to contribute guide, and tried to build project locally to test something.. Like @Fábio Carneiro I couldn't build it, but with different reason OS: MacOS Sequoia 15.2, Apple M3 Pro I run
Copy code
./gradlew clean assemble
And get errors like this:
Copy code
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:
Copy code
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 Sysoev
a
Hi! Seems like it is an actual problem with broken compilation, I'll fix it soon
🙏 1
r
Hi @Alexander Sysoev Please let me know when it's fixed 🙏
a
Will be with 0.5.0 release this week
r
thanks