<@UJ3MHFMQD> Any chance we will see `kotlin-wrappe...
# react
r
@Sebastian Aigner Any chance we will see
kotlin-wrappers
artifacts for Kotlin 1.5.0 published to Maven Central soon?
K 4
🔥 3
a
To
maven-central
j
Copy code
<https://maven.pkg.jetbrains.space/kotlin/p/kotlin/kotlin-js-wrappers>
s
Currently working with 1.5.0 and using Kotlin wrappers.
Copy code
kotlinReact = "17.0.2-pre.153-kotlin-1.4.32"
kotlinStyled = "5.2.3-pre.153-kotlin-1.4.32"
routerDom = "5.2.0-pre.153-kotlin-1.4.32"
These are the latest versions for 1.5.0
Copy code
kotlinReact = "17.0.2-pre.154-kotlin-1.5.0"
kotlinStyled = "5.2.3-pre.154-kotlin-1.5.0"
routerDom = "5.2.0-pre.154-kotlin-1.5.0"
I'm using these libs
Copy code
org.jetbrains.kotlinx:kotlinx-html-js
org.jetbrains:kotlin-react
org.jetbrains:kotlin-react-dom
org.jetbrains:kotlin-styled
org.jetbrains:kotlin-react-router-dom
Maven URL's
Copy code
maven(url = "<https://maven.pkg.jetbrains.space/kotlin/p/kotlin/kotlin-js-wrappers>")
maven(url = "<https://maven.pkg.jetbrains.space/public/p/kotlinx-html/maven>")
Config:
Copy code
Kotlin - 1.5.0
Gradle - 7.0
JS - IR
Plugin - Multiplatform
a
The issue is about them being available in maven central, they are currently available on a space repository and not maven central
👍 1
j
Ah yeah sorry missed that
t
@Sean Keane
Copy code
maven(url = "<https://maven.pkg.jetbrains.space/public/p/kotlinx-html/maven>")
Redundant repo
s
This is one of those cases - "give a little, get a lot" Thank you 😄
s
@Robert Jaros we’re still on it — apparently there we’re some issues that prevented publication. Hang tight, it’s getting there! 🏃
👍 6
t
Published with new groupId
org.jetbrains.kotlin-wrappers
https://github.com/JetBrains/kotlin-wrappers/issues/431#issuecomment-845916375
🎉 3