Tristan
Tristan
## Configuration - Windows 10 Home - Docker 17.07.0-ce, build 8784753 - VirtualBox 5.1.26 r1 17224 - ChefDK 2.3.4 - chef-client 13.4.19 - berks 6.3.1 - kitchen 1.17.0 - inspec...
Kotlin is now multi-platform (JVM/JavaScript/Native). Currently the project can only target JVM. It would be nice to support the others platforms as well. Do you you think it's relevant?
On MacOS `12.3.1` with Xcode `13.3.1`. I dowloaded the repo as a ZIP file, navigated to `experimental/examples/falling-balls-mpp` and ran the command `./gradlew iosDeployIPhone8Debug` which game me the following error: ```...
It could be possible to get an http_client via token? Example, I use Chrome Extension Identity API ``` dart chrome.identity.getAuthToken().then((token) { clientViaToken(token).then((http_client) { var drive = new DriveApi(http_client); // ......
Looking at the content of this module, it does seem that it could be moved under `commonMain`. Its dependencies are supporting multiplatform. https://github.com/Kotlin/kotlinx-rpc/blob/main/krpc/krpc-ktor/krpc-ktor-server/build.gradle.kts