Open
Description
Describe the bug
Adding the arrow analysis gradle plugin results in a NoSuchMethodError exception when we try to compile our project
To Reproduce
Steps to reproduce the behavior:
- Add
id("io.arrow-kt.analysis.kotlin") version "2.0.2"
to the gradle plugins section - Try to build your project
- See that the compileKotlin task fails with "java.lang.NoSuchMethodError: 'void org.jetbrains.kotlin.ir.util.KotlinLikeDumpOptions.(boolean, boolean, boolean, boolean, org.jetbrains.kotlin.ir.util.LabelPrintingStrategy, org.jetbrains.kotlin.ir.util.FakeOverridesStrategy, boolean, int, kotlin.jvm.internal.DefaultConstructorMarker)'"
Expected behavior
Compilation should succeed without exceptions
Environment (please complete the following information):
- Kotlin version 1.9.22 (jvm)
Activity