You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
The higher version of kotlin available at arrow-meta is 1.9.21, available with 1.6.3-alpha.2 but the higher version of arrow-meta available at arrow-analysis is 1.6.2.
Support for kotlin1.9.22 is not available yet, but seems no difference between 1.9.21 and 1.9.22, at least for that issue, so it should be enough.
This issue should be fixed after upgrading arrow-meta dependency version to 1.6.3-alpha2 or higher if available.
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:
id("io.arrow-kt.analysis.kotlin") version "2.0.2"
to the gradle plugins sectionExpected behavior
Compilation should succeed without exceptions
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: