Anyone encountered this problem? ```2: Execution f...
# kobweb
b
Anyone encountered this problem?
Copy code
2: Execution failed for task ':site:compileKotlinJs'.
> A failure occurred while executing org.jetbrains.kotlin.compilerRunner.GradleCompilerRunnerWithWorkers$GradleKotlinCompilerWorkAction
   > Internal compiler error. See log for more details
I only have 2 simple pages and added a ComponentStyle with border property transition. I was able to run the website on localhost the first time but when I made said changes, I encountered the error below.
...site\build\classes\kotlin\js\main\default\ir\strings.knt (Access is denied)
d
Sorry for missing this comment the first time. Apologies however as I have never seen that issue. I wonder if stopping Kobweb, running
./gradlew clean
, and rerunning things would fix it up? Or does it happen again soon after?
b
No worries. I did clean and rebuild and the same issue happens. What I did (to proceed) .. I recreated the project from scratch and the error was gone. I assumed it's a build issue or some files were missing. Thanks for taking time to answer my problem but it's fine now.
d
Got it. I'll try to remember this in the future then if anyone else reports it. Glad you're working again.
b
Thanks! Only a few files were changed and recreating it from scratch didn't take much of my time so I guess it all worked out. Thanks again for the quick feedback!
d
You're welcome. Actually you posted three days ago. I'm not sure why I missed it until just now.
b
No worries! 🙂