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
Kotlin 1.4.32 introduces binary incompatibility with org.mapstruct.intellij:1.2.3
Method org.mapstruct.intellij.util.MapstructUtilKt.toPsiMethod(org.jetbrains.kotlin.psi.KtNamedFunction $this$toPsiMethod) : com.intellij.psi.PsiMethod contains an *invokestatic* instruction referencing an unresolved method org.jetbrains.kotlin.asJava.classes.UltraLightUtilsKt.createGeneratedMethodFromDescriptor(org.jetbrains.kotlin.asJava.classes.KtUltraLightClass, org.jetbrains.kotlin.descriptors.FunctionDescriptor, org.jetbrains.kotlin.psi.KtDeclaration) : org.jetbrains.kotlin.asJava.elements.KtLightMethod. This can lead to **NoSuchMethodError** exception at runtime.
If possible (didn't check your plugin's usage of Kotlin plugin specific API), consider switching to UAST which will shield you from such problems and allow common code for all supported JVM Languages. Reference: https://plugins.jetbrains.com/docs/intellij/uast.html
The text was updated successfully, but these errors were encountered:
Kotlin 1.4.32 introduces binary incompatibility with org.mapstruct.intellij:1.2.3
If possible (didn't check your plugin's usage of Kotlin plugin specific API), consider switching to UAST which will shield you from such problems and allow common code for all supported JVM Languages. Reference: https://plugins.jetbrains.com/docs/intellij/uast.html
The text was updated successfully, but these errors were encountered: