Where is the KPRCServer or install(Krpc)
in Linux X64 version 0.4.0?
#250
Labels
bug
Something isn't working
install(Krpc)
in Linux X64 version 0.4.0?
#250
Describe the bug
I was going to use kRPC in Kotlin Native, but I couldn't start my experiment based on the tutorial because some classes didn't exist.
To Reproduce
Steps to reproduce the behavior:
2.0.21
8.10
target: linux X64, Ubuntu 22.04 and in the docker container, dev: Windows 11 23H2.
Why is there no
kotlinx.rpc.krpc.server
package? There is only packagekotlinx.rpc.krpc.server.internal
, which is not correct.No ktor-server implementation for linux X64 was found
Expected behavior
According to the Readme.md, import these classes correctly and continue my attempt.
Additional context
I'm going to place a binary executable containing the kRPC server in any docker container so that I can access it from the outside. But I ran into a problem. I couldn't find these classes in klib, so I couldn't keep trying the Readme.md.
The text was updated successfully, but these errors were encountered: