Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Kotlin 2.1.20 support #455

Open
JakeWharton opened this issue Dec 19, 2024 · 0 comments · May be fixed by #457
Open

Kotlin 2.1.20 support #455

JakeWharton opened this issue Dec 19, 2024 · 0 comments · May be fixed by #457
Assignees

Comments

@JakeWharton
Copy link
Collaborator

JakeWharton commented Dec 19, 2024

Here we go again!

e: java.lang.NoSuchMethodError: 'org.jetbrains.kotlin.ir.expressions.IrCall org.jetbrains.kotlin.ir.builders.ExpressionHelpersKt.irCall$default(org.jetbrains.kotlin.ir.builders.IrBuilderWithScope, org.jetbrains.kotlin.ir.symbols.IrSimpleFunctionSymbol, org.jetbrains.kotlin.ir.types.IrType, int, int, org.jetbrains.kotlin.ir.expressions.IrStatementOrigin, int, java.lang.Object)'
        at dev.drewhamilton.poko.ir.HashCodeGenerationKt.irCallHashCodeFunction(hashCodeGeneration.kt:339)
        at dev.drewhamilton.poko.ir.HashCodeGenerationKt.getHashCodeOf(hashCodeGeneration.kt:187)
        at dev.drewhamilton.poko.ir.HashCodeGenerationKt.getHashCodeOfProperty(hashCodeGeneration.kt:142)
        at dev.drewhamilton.poko.ir.HashCodeGenerationKt.generateHashCodeMethodBody(hashCodeGeneration.kt:109)
        at dev.drewhamilton.poko.ir.PokoMembersTransformer.visitFunctionNew(PokoMembersTransformer.kt:58)
        at org.jetbrains.kotlin.backend.common.IrElementTransformerVoidWithContext.visitFunction(IrElementTransformerVoidWithContext.kt:83)

Tested with

$ poko_sample_kotlin_version=2.1.20-Beta1 gw -p sample build
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants