https://kotlinlang.org logo
Title
s

sam

09/02/2021, 7:13 PM
If so, it's coming in 5.0 - currently you can use it in snapshot mode
🎉 1
🙏 1
b

Big Chungus

09/02/2021, 7:18 PM
Yes, I'm primarily interested in the engine. Thanks for the update
s

sam

09/02/2021, 7:21 PM
Try a snapshot and feed back 🙂
b

Big Chungus

09/02/2021, 7:21 PM
Definitely will this weekend!
s

sam

09/02/2021, 7:22 PM
cool, will be releaseing M1 this weekend too
b

Big Chungus

09/03/2021, 5:38 PM
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

sam

09/03/2021, 5:38 PM
you prob need to add snapshots repo to you build
b

Big Chungus

09/03/2021, 5:38 PM
I did, just like in that example
s

sam

09/03/2021, 5:38 PM
It uses the same version as the engine dep in your build
b

Big Chungus

09/03/2021, 5:38 PM
I don't have mavenLocal, though
s

sam

09/03/2021, 5:39 PM
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

Big Chungus

09/03/2021, 5:39 PM
I know, it just might explain why it "works on your machine"
s

sam

09/03/2021, 5:39 PM
I know of several people who are using it, so it must work from the snapshot builds
b

Big Chungus

09/03/2021, 5:39 PM
My buildscript uses all the same versions as your example
s

sam

09/03/2021, 5:40 PM
what happens if you clone that repo and do gradle check
b

Big Chungus

09/03/2021, 5:40 PM
Haven't tried that yet. Will do it a bit later and report back
s

sam

09/03/2021, 5:41 PM
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