Hello all, I'm updating to kotlin 2 on a project a...
# multiplatform
a
Hello all, I'm updating to kotlin 2 on a project and got a weird error:
Copy code
org.jetbrains.kotlin.util.FileAnalysisException: Somewhere in file NetworkResult.kt: java.lang.NoSuchMethodError: 'org.jetbrains.kotlin.fir.types.ConeKotlinType org.jetbrains.kotlin.fir.types.FirResolvedTypeRef.getType()'
The file is a sealed class and was compiling perfectly on pre 2.0 configuration, does anyone know about this kind of issue?
The trace goes to:
K2JVMCompiler.kt
t
please create a Kotlin issue including if possible a repro
thank you color 1