https://kotlinlang.org logo
Title
w

why

02/16/2021, 12:52 PM
Hi.. I keep getting this error after I updated to Kotlin 1.4.30, while trying to use this dependency
io.kotest:kotest-assertions-core:
in commonTest:
Compilation failed: Backend Internal error: Exception during IR lowering
File being compiled: /Users/runner/work/kotest/kotest/kotest-assertions/kotest-assertions-core/src/commonMain/kotlin/io/kotest/matchers/collections/decreasing.kt
The root cause java.lang.AssertionError was thrown at: org.jetbrains.kotlin.ir.overrides.FakeOverrideBuilderStrategy.fakeOverrideMember(IrOverridingUtil.kt:43)

 * Source files: 
 * Compiler version info: Konan: 1.4.30 / Kotlin: 1.4.30
 * Output kind: STATIC_CACHE
s

sam

02/16/2021, 12:57 PM
are you using native ?
w

why

02/16/2021, 1:11 PM
oh thank you for ur help + yes I am using native