Hiya! I'm trying to see if kotless will work for ...
# kotless
s
Hiya! I'm trying to see if kotless will work for us; I have a simple hello world running locally just fine, but whenever I try to generate, I get
Copy code
Execution failed for task ':serverless:generate'.
> 'org.jetbrains.kotlin.analyzer.AnalysisResult org.jetbrains.kotlin.cli.jvm.compiler.TopDownAnalyzerFacadeForJVM.analyzeFilesWithJavaIntegration$default(org.jetbrains.kotlin.com.intellij.openapi.project.Project, java.util.Collection, org.jetbrains.kotlin.resolve.BindingTrace, org.jetbrains.kotlin.config.CompilerConfiguration, kotlin.jvm.functions.Function1, kotlin.jvm.functions.Function2, org.jetbrains.kotlin.com.intellij.psi.search.GlobalSearchScope, int, java.lang.Object)'
I have no idea where to go looking for how to troubleshoot this. Any suggestions?
t
What version of kotlin do you use?)
s
1.5.0
t
Right now only 1.4.* is supported 🙂
Will release 1.5 a bit later
s
Ahhh, that'd do it. Ok, thanks!