ankushg
09/22/2021, 11:53 PM> Task :my-module:compileTestDevelopmentExecutableKotlinJs FAILED
e: java.lang.NullPointerException
at org.jetbrains.kotlin.ir.backend.js.transformers.irToJs.IrElementToJsStatementTransformer.visitCall(IrElementToJsStatementTransformer.kt:132)
at org.jetbrains.kotlin.ir.backend.js.transformers.irToJs.IrElementToJsStatementTransformer.visitCall(IrElementToJsStatementTransformer.kt:20)
* What went wrong:
Execution failed for task ':my-module:compileTestDevelopmentExecutableKotlinJs'.
> A failure occurred while executing org.jetbrains.kotlin.compilerRunner.GradleCompilerRunnerWithWorkers$GradleKotlinCompilerWorkAction
> Internal compiler error. See log for more details
ankushg
09/22/2021, 11:55 PMandylamax
09/23/2021, 9:53 AMankushg
09/23/2021, 4:55 PMankushg
09/23/2021, 5:11 PMankushg
09/23/2021, 5:30 PM~/Library/Logs/DiagnosticReports/test.kexe_*
andylamax
09/23/2021, 10:22 PMcompileKotlinJs
success and compileTestDevelopmentExecutableKotlinJs
still fails. Majorly that is usually due to a linking issueankushg
09/23/2021, 11:57 PMcompileKotlinJs
, compileProductionExecutableKotlinJs
, and compileDevelopmentExecutableKotlinJs
I'm not able to run compileTestDevelopmentExecutableKotlinJs
or compileTestProductionExecutableKotlinJs
ankushg
09/23/2021, 11:57 PMrnett
09/24/2021, 5:10 AMrnett
09/24/2021, 5:11 AMorg.jetbrains.kotlin
packages. You might be able to run on a newer JVM to get what variable is null and look at the code to figure out what's going on, but it's not easyankushg
09/24/2021, 4:28 PM1.6.0-M1
was tagged less than 10 hours ago though, so I tried using that.
Issue still there 😞