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
I get the following gradle exception when running the "build" task.
java.lang.NoClassDefFoundError: org/jetbrains/kotlin/ir/expressions/impl/IrFunctionExpressionImplKt
at io.exoquery.terpal.plugin.transform.BuilderExtensionsKt.createLambdaN(BuilderExtensions.kt:93)
at io.exoquery.terpal.plugin.transform.BuilderExtensionsKt.createLambda0(BuilderExtensions.kt:81)
at io.exoquery.terpal.plugin.transform.TransformInterepolatorInvoke.transform(TransformInterepolatorInvoke.kt:141)
at io.exoquery.terpal.plugin.transform.VisitTransformExpressions.visitCall(VisitTransformExpressions.kt:54)
plugins {
kotlin("jvm") version "2.0.10"
kotlin("plugin.serialization") version "2.0.10"
id("com.google.devtools.ksp") version "2.0.10-1.0.24"
id("io.exoquery.terpal-plugin") version "2.0.0-1.0.0-RC1"
id("com.google.cloud.tools.jib") version "3.4.2"
application
}
dependencies {
api("io.exoquery:terpal-runtime:2.0.0-1.0.0-RC1")
}
IntelliJ autocomplete shows that class is present, i don't really know why it's not seeing it.
The text was updated successfully, but these errors were encountered:
I get the following gradle exception when running the "build" task.
IntelliJ autocomplete shows that class is present, i don't really know why it's not seeing it.
The text was updated successfully, but these errors were encountered: