Hello, does kotest support kotlin 1.7.20? I'm gett...
# kotest
j
Hello, does kotest support kotlin 1.7.20? I'm getting errors when trying to run
Copy code
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 only appeared after I added
kotest
to my project My repository: https://gitfront.io/r/juh9870/wzWHt7gwZ73c/match3kt/
e
I suspect Jetbrains did a breaking change in the IR stuff again.