korlibs-archive / korio

Korio: Kotlin cORoutines I/O : Virtual File System + Async/Sync Streams + Async TCP Client/Server + WebSockets for Multiplatform Kotlin 1.3

Home Page:https://korlibs.soywiz.com/korio/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Multiplatform not working

jan-tennert opened this issue · comments

I tried to implement korio in my multiplatform project, but it removes all IJ modules (probably because something went wrong?). Removing the dependency brings back these modules. Other MP project like kotlin serialization, ktor etc work perfectly. I have a video about it:

2021-09-09_03-19-03.mp4

Ok this only happens if I use a higher version than 2.2.1. Weird

Which gradle version are you using?

7.1.1

just tested it same with klogger and klock

Just for clarification: Maven Central says the latest version is 2.4.1, github latest release is 2.2.1. Is that right?

Sorry for the delay
Development for all the korlibs libraries happens now on https://github.com/korlibs/korge-next that’s why latest version is 2.4.1.
I don’t really know what’s happening there just by looking at the video, build.gradle might be different in your case but in other projects I didn’t have that problem. Gradle version seems fine too.