Failure to resolve dependency to org.jetbrains:kotlin-css-jvm without bintray
luispollo opened this issue · 4 comments
luispollo commented
altavir commented
I do not think we have a kotlin-css dependency in this project. Please correct me if I am wrong. The kotlin-wrappers meta-repository that includes kotlinx-css is not published on central yet. One needs to add maven("https://maven.pkg.jetbrains.space/kotlin/p/kotlin/kotlin-js-wrappers")
to repositories to make it work.
luispollo commented
Indeed, that's what fixed it for me. I was just about to add an update here.
From gradle dependencyInsight
:
org.jetbrains:kotlin-css-jvm:1.0.0-pre.122-kotlin-1.4.10
\--- space.kscience:plotlykt-core-jvm:0.4.0
\--- space.kscience:plotlykt-server:0.4.0
\--- default
altavir commented
Ah, now I see it. I don't believe we need it, so it should be removed. Thanks for the report!
altavir commented
Deployed in 0.4.1. It is available on https://repo.kotlin.link
, but not on central since it is only a minor fix.