soywiz
soywiz
Right now, only the HTTP Client supports Kotlin/Native
You might want to use a route interceptor: https://ktor.io/advanced/pipeline/route.html If you cannot use it, or doesn't fit your needs, please consider joining our slack channel so we can discuss it,...
Thanks for the info! Maybe it could check the runtime before and providing a meaningful error when configuring the plugin? Also, is it final the JVM 11 version requirement? Any...
Oh, that's a pity. The Kotlin compiler still supports Java8, as well as proguard and all the other plugins I was using. So including compose would force users of my...
I believe that some people might be stuck with Java8 because old software and incompatibilities introduced in Java9 (like module visibility and things). We also have very low level libraries...
@AlexeyTsvetkov Sorry for the delay. I wanted to try to reensure what happened to me, but forgot. If I compile my code with [jvmTarget="1.8"](https://github.com/korlibs/korge/blob/0dc3ab529b079107b4d4d49ee30577c239128fce/build.gradle.kts#L207) generated classes can be consumed by...
If you mean that Im using 1.7.10 instead of the supported 1.7.0: That error also happened on 1.6.20 and 1.7.0 with other versions. Strangely it runs fine on macos/linux/windows. Only...
@kirill-grouchnikov the latest error I reported reproduces too on 1.7.0 and Java11
@Thomas-Vos Thanks for the snippet! It helped me. By any change did you get it working on JS? I'm getting: ```kotlin e: java.lang.IllegalStateException: IdSignature clash: androidx.compose.runtime/ComposableInferredTarget.|1280618353163213788[0]; Existed declaration CONSTRUCTOR visibility:public...
Thanks guys. In my case I need JS, JVM, Android and K/N (linux, windows, mac & iOS) working with the same configuration because I'm doing a custom applier for my...