Skip to content

Compiler plugin crash when updating to kotlin 2.3.x #1723

@CHervaudBetclic

Description

@CHervaudBetclic

Hello,

When trying to update my project which uses dataframe to kotlin 2.3.0 and 2.3.10, I encountered a FileAnalysisException from the dataframe compiler plugin.

I found those related issues talking about K2 incompatibility: #1650 & #1445.

I tried setting the kotlin.reflect.jvm.useK1Implementation system property using the following but it didn't work:

tasks {
  compileKotlin {
    dependsOn(generateOpenAPICode, generateKongBack)
    kotlinDaemonJvmArguments.add("-Dkotlin.reflect.jvm.useK1Implementation=true")
  }
}

Could you help me on how to disable K2 in my project to dataframe compiler project doesn't crash?

Metadata

Metadata

Assignees

Labels

Compiler pluginAnything related to the DataFrame Compiler PluginbugSomething isn't working

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions