Skip to content

Incompatible with Kotlin 2.0 #131

@oxisto

Description

@oxisto

It seems the ki-shell is incompatible with Kotlin 2.0. We now get the following errors when we try to execute code; more specifically if we call any function (just assigning variables does not seem to trigger it):

The root cause java.lang.IllegalStateException was thrown at: org.jetbrains.kotlin.ir.util.SymbolTableSlice$Scoped.noScope(SymbolTableSlice.kt:178) (Line_16.kts): org.jetbrains.kotlin.backend.common.BackendException: Backend Internal error: Exception during psi2ir

I tried manually upgrading the Kotlin version to 2.0 and using the artefact in our project, but that does not help.

Any ideas?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions