If so, it's coming in 5.0 - currently you can use ...
# kotest
s
If so, it's coming in 5.0 - currently you can use it in snapshot mode
🎉 1
🙏 1
b
Yes, I'm primarily interested in the engine. Thanks for the update
s
Try a snapshot and feed back 🙂
b
Definitely will this weekend!
s
cool, will be releaseing M1 this weekend too
b
Tried using snapshot just now (following your example) and gradle/kotlin can't resolve kotlin compiler plugins. My guess is that kotlin compiler plugin api assumes mavenCentral repo
s
you prob need to add snapshots repo to you build
b
I did, just like in that example
s
It uses the same version as the engine dep in your build
b
I don't have mavenLocal, though
s
you don't need that
if you add engine:1.2.3 to you build, it will look for plugin 1.2.3
so you have to be using a snapshot throughout
b
I know, it just might explain why it "works on your machine"
My buildscript uses all the same versions as your example
s
I know of several people who are using it, so it must work from the snapshot builds
what happens if you clone that repo and do gradle check
b
Haven't tried that yet. Will do it a bit later and report back
s
If you do that and it still fails then it's a problem elsewhere, but if it works, must be something in your build file that doesn't match