Kotlin/JS builds are broken due to jcenter failure...
# javascript
r
Kotlin/JS builds are broken due to jcenter failure (Could not get resource 'https://jcenter.bintray.com/com/yarnpkg/yarn/1.22.10/yarn-1.22.10.pom'.) Is there an issue for this to be fixed in the future?
t
cc @Ilya Goncharov [JB]
Is it available on Maven Central?
r
I don't think so
i
As I know, bintray (including jcenter) is sunsetted, and it is failed with downloading dependencies. As I understand, it should not be used in projects.
r
I have this error:
Copy code
Could not determine the dependencies of task ':kotlinYarnSetup'.
> Could not resolve all files for configuration ':detachedConfiguration4'.
   > Could not resolve com.yarnpkg:yarn:1.22.10.
     Required by:
         project :
      > Could not resolve com.yarnpkg:yarn:1.22.10.
         > Could not get resource '<https://jcenter.bintray.com/com/yarnpkg/yarn/1.22.10/yarn-1.22.10.pom>'.
            > Could not GET '<https://jcenter.bintray.com/com/yarnpkg/yarn/1.22.10/yarn-1.22.10.pom>'. Received status code 502 from server: Bad Gateway
even though I don't see this jcenter url in the kotlin plugin sources.
r
kotlinx-nodejs
is still jcenter only, too, afaik