What does ```> Task :compileKotlinJs Errors wer...
# javascript
v
What does
Copy code
> Task :compileKotlinJs
Errors were stored into <project dir>\.gradle\kotlin\errors\errors-1726132341041.log
e: Could not find "kotlin" in [<LOCALAPPDATA>\kotlin\daemon]
e: java.lang.IllegalStateException: FATAL ERROR: Could not find "kotlin" in [<LOCALAPPDATA>\kotlin\daemon]
	at org.jetbrains.kotlin.ir.backend.js.KlibKt$resolverLogger$1.fatal(klib.kt:111)
	at org.jetbrains.kotlin.library.KotlinLibrarySearchPathResolver.resolve(SearchPathResolver.kt:171)
	at org.jetbrains.kotlin.library.SearchPathResolver.resolve$default(SearchPathResolver.kt:20)
	at org.jetbrains.kotlin.library.SearchPathResolverKt.resolve(SearchPathResolver.kt:29)
	at org.jetbrains.kotlin.library.metadata.resolver.impl.KotlinLibraryResolverImpl$resolveDependencies$2$2.invoke(KotlinLibraryResolverImpl.kt:122)
	at org.jetbrains.kotlin.library.metadata.resolver.impl.KotlinLibraryResolverImpl$resolveDependencies$2$2.invoke(KotlinLibraryResolverImpl.kt:122)
want to tell me? 😕
c
maybe that you shold file a youtrack ticket. also maybe deleting the directory <LOCALAPPDATA>\kotlin\daemon could fix it. also there may be more info in the log file thats mentioned.
v
Unfortunately that file does not even exist 😄
And a YT issue will probably tell me "update Kotlin first" and I bet that will fix it, just didn't want to do that right now. 😄
c
haha
v
That build is on 1.8.20
c
theres still the gradle bug of the missing logfile that you could report
v
Well, I guess this also is not coming from Gradle but from KGP, so same applies, as long as I cannot reproduce it with latest version I guess it is unlikely something will be done. 😄