Partho Paul
03/03/2022, 5:50 AMorg.gradle.api.tasks.TaskExecutionException: Execution failed for task ':compileProductionExecutableKotlinJs'
error while compiling my project. I tried deleting build and gradle folder and rebuilding but it didn't fix the issue. Attached in the thread is a snippet of the complete stack trace. Has anyone experienced something similar?
Thanks in advancePartho Paul
03/03/2022, 5:51 AMtapchicoma
03/03/2022, 7:58 AM--info
level output?Partho Paul
03/03/2022, 8:27 AMTask :compileProductionExecutableKotlinJs
Custom actions are attached to task ':compileProductionExecutableKotlinJs'.
Caching disabled for task ':compileProductionExecutableKotlinJs' because:
Build cache is disabled
Task ':compileProductionExecutableKotlinJs' is not up-to-date because:
Task has failed previously.
The input changes require a full rebuild for incremental task ':compileProductionExecutableKotlinJs'.
Using Kotlin/JS IR backend
i: found daemon on port 17511 (1360180 ms old), trying to connect
i: connected to the daemon
e: java.lang.OutOfMemoryError: GC overhead limit exceeded
Restoring task outputs to pre-compilation state
> Task :compileProductionExecutableKotlinJs FAILED
:compileProductionExecutableKotlinJs (Thread[Execution worker for ':',5,main]) completed. Took 1 mins 3.431 secs.
java.lang.OutOfMemoryError: GC overhead limit exceeded
Restoring task outputs to pre-compilation state
tapchicoma
03/03/2022, 8:35 AMPartho Paul
03/03/2022, 8:55 AMVampire
03/03/2022, 10:12 AM