You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I have trouble when I want to compile Kotlin/JS project that contains the library. It seems the library is not prepared for the JS platform at all.
Reproduction and additional details
My current build.gradle.kts configurations:
The Error
After run ./gradlew jsBrowserRun --continuous, I'm getting these errors!
Context
Krossbow version: 3.1.1
Kotlin version: 1.6
Kotlin target(s): Kotlin/JS
Artifacts used:
krossbow-stomp-core
krossbow-stomp-jackson
krossbow-stomp-kxserialization
krossbow-websocket-core
krossbow-websocket-sockjs
krossbow-websocket-spring
krossbow-websocket-okhttp
krossbow-websocket-ktor
The text was updated successfully, but these errors were encountered:
You're using the JS IR compiler here, and Krossbow hasn't been released for IR yet (only the legacy JS). I intend to release a version for the IR compiler as soon as Kotlin 1.6.20 is out, because there are some blocking issues for now that will be resolved in that Kotlin version. Please follow #98 to track this.
Describe the bug
Hi,
I have trouble when I want to compile Kotlin/JS project that contains the library. It seems the library is not prepared for the JS platform at all.
Reproduction and additional details
My current
build.gradle.kts
configurations:The Error
After run
./gradlew jsBrowserRun --continuous
, I'm getting these errors!Context
Artifacts used:
krossbow-stomp-core
krossbow-stomp-jackson
krossbow-stomp-kxserialization
krossbow-websocket-core
krossbow-websocket-sockjs
krossbow-websocket-spring
krossbow-websocket-okhttp
krossbow-websocket-ktor
The text was updated successfully, but these errors were encountered: