How does one get snapshots of the multiplatform pl...
# kotest
j
How does one get snapshots of the multiplatform plugin for JVM, JS & Native? I can see only subset artifacts on sonatype and I wonder what this is about
s
you need the snapshots repo, it's linked in the badge on the homepage
j
I got that but which artifact is it? I'm looking for one I can link in commonTest (like this one) but sonatype only has js-jvm, js, native-jvm and native
s
You need to add the gradle plugin, not that dependency
Hopefully that helps
The feature is unreleased yet hence the hidden docs
j
Ah right, ignore my last message
so 5.0.0.5 is the newest version for that?
s
5.0.0.5 is the "snapshot" gradle plugin, and 5.0.0.M4 is the latest snapshot of the actual project
once released, it'll be 5.0.0 for both
j
ok, clear now, thank you!
s
no prob
let me know how you get on 🙂