Compilation for kotlin/native and kotlin/js fails with kotlin 1.7.20 and kotest 5.4.2
See original GitHub issueWhich version of Kotest are you using - 5.4.2
I’m getting the following issue when tyrying to compile for js or native targets:
Compilation failed: org.jetbrains.kotlin.backend.common.ir.IrUtilsKt.addChild(Lorg/jetbrains/kotlin/ir/declarations/IrDeclarationContainer;Lorg/jetbrains/kotlin/ir/declarations/IrDeclaration;)V
* Source files: BundleTest.kt
* Compiler version info: Konan: 1.7.20-Beta / Kotlin: 1.7.20
* Output kind: LIBRARY
This error appeared after I added kotest to scrapyard-utils
module
Repository: https://gitfront.io/r/juh9870/wzWHt7gwZ73c/match3kt/
Issue Analytics
- State:
- Created a year ago
- Comments:7 (3 by maintainers)
Top Results From Across the Web
Changelog - Kotest
Fix issue using compiler plugin with Kotlin 1.7.20. ... 5.4.2 August 2022 ... Fixes compiler plugin issue with Kotlin/Native using Kotlin 1.7, issue...
Read more >Kotlin releases
An incremental release with new language features, the support for several compiler plugins in the Kotlin K2 compiler, the new Kotlin/Native memory manager ......
Read more >kotlin(multiplatform) version 1.7.20 incompatibility with spring ...
I am trying to create a kotlin multiplatform project with spring-boot and kotlin/js react. This is the build.gradle.kts am using:
Read more >Kotlin 1.7.20-Beta Released - The JetBrains Blog
20-Beta release is out! Here are some highlights from this preview version of Kotlin: The new Kotlin K2 compiler supports all-open , no-arg ......
Read more >kotest - bytemeta
kotest repo issues. ... Compilation for kotlin/native and kotlin/js fails with kotlin 1.7.20 and kotest 5.4.2. jlous. jlous OPEN · Updated 1 week...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
All should be on 5.5.0
On Mon, Oct 3, 2022, 5:43 AM Ivan Dugalic @.***> wrote:
Thank you!
Is only a
io.kotest.multiplatform
gradle plugin being released with 5.5.0 version? What about librariesio.kotest:kotest-framework-engine
…? Should we continue using 5.4.2?