JetBrains/kotless

Can't run local

viktor-idenfy opened this issue · 3 comments

As soon as I execute a gralde local command, I keep getting this error:

Execution failed for task ':local'.

org.jetbrains.kotlin.cli.jvm.compiler.TopDownAnalyzerFacadeForJVM.analyzeFilesWithJavaIntegration$default(Lorg/jetbrains/kotlin/com/intellij/openapi/project/Project;Ljava/util/Collection;Lorg/jetbrains/kotlin/resolve/BindingTrace;Lorg/jetbrains/kotlin/config/CompilerConfiguration;Lkotlin/jvm/functions/Function1;Lkotlin/jvm/functions/Function2;Lorg/jetbrains/kotlin/com/intellij/psi/search/GlobalSearchScope;ILjava/lang/Object;)Lorg/jetbrains/kotlin/analyzer/AnalysisResult;

  • Try:

Ok, issue is with version. Using kotlin 1.3.72 it worked well. Now I keep getting this error:
Could not find or load main class com.example.ApplicationKt

I can reproduce this bug

Kotless has indeed problems with Kotlin 1.5

I know this is dead, but i'm experiencing the same issues.