Is `1.5.0-alpha09` rolled out? I get mixed message...
# ksp
z
Is
1.5.0-alpha09
rolled out? I get mixed messages from my build about whether it exists on central and the github release doesn't look intentional/filled out
t
It's a pre-release, in observation of Kotlin 1.5.0 on maven that is not announced yet.
z
Gotcha, is it on Central though or just a GitHub tag?
t
You mean Kotlin or KSP? Kotlin is on Central and KSP is on google()
both of their artifacts are available.
z
weird, github actions seems to be flakey in finding it in google()
so you know what, I think this is a possible problem in Gradle on java 9 and 10. I can only reproduce it with KSP though Take a look at this PR - only JDK 9 and 10 fail to resolve 🤔
t
I tired the JDKs in the CI log and cannot reproduce it locally 😢 I think you are right, it happens before KSP being downloaded. It could be Google's maven repo, JDKs, Gradle, or github actions.
🤷‍♂️ 1