Trying to update to 1.4 ```plugins { kotlin("j...
# javascript
i
Trying to update to 1.4
Copy code
plugins {
    kotlin("js") version "1.4.0"
}
results in
Error resolving plugin [id: 'org.jetbrains.kotlin.js', version: '1.4.0']
for me.
t
Gradle 5?
i
gradle 6.6
It is a multi-project setup. when i do it in the root project, I get this one:
org.gradle.cache.CacheOpenException: Could not open cache directory 4yb8zwb56p0ty57ji6w5l4w51 (C:\Gradle\caches\6.6\gradle-kotlin-dsl\4yb8zwb56p0ty57ji6w5l4w51).
i
Can you attach a link to your project?
n
i have the same issue but only on CI, ther people also on their dev machines.. i think some people don't get this because they downloaded all required jars and they are cached locally and something broke on the maven in the meantime
the cache issue is usually fixed by doing
gradlew --stop
for me
i
its not open source, sorry 😕 I rebooted, but that didn't help either
I'm doing everythin from inside intellij idea
I tried to delete the specified folder, but as soon as I run gradle again, it instanly is back there.
i
Can you try to create a sample project? It's hard to help you without code.
n
i got a sample prject that works on my machine but fails on github actions and other devs computers it is minecraft related but those things can pretty much be ignored https://github.com/NikkyAI/fabric-language-kotlin https://github.com/NikkyAI/fabric-language-kotlin/actions/runs/221842084 the failing tests also include a gradle build scan link at the end
🙏 1
👀 2
i
As I can see you have a problem with jvm
org.gradle.api.plugins.UnknownPluginException: Plugin [id: 'org.jetbrains.kotlin.jvm'] was not found in any of the following sources:
Can you please create an issue https://kotl.in/issue
i
I posted an issue related to this on github/gradle https://github.com/gradle/gradle/issues/14258 But sorry, I have no real new info there, I cannot create a buildscan (it fails)