https://kotlinlang.org logo
#kobweb
Title
# kobweb
b

Bradford Canonigo

10/17/2023, 5:55 AM
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

David Herman

10/19/2023, 7:46 PM
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

Bradford Canonigo

10/20/2023, 12:18 AM
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

David Herman

10/20/2023, 12:51 AM
Got it. I'll try to remember this in the future then if anyone else reports it. Glad you're working again.
b

Bradford Canonigo

10/20/2023, 12:53 AM
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

David Herman

10/20/2023, 12:57 AM
You're welcome. Actually you posted three days ago. I'm not sure why I missed it until just now.
b

Bradford Canonigo

10/20/2023, 12:58 AM
No worries! 🙂