I updated to use dev764 this morning, and then ren...
# compose-desktop
e
I updated to use dev764 this morning, and then renovate (dependency updater bot) found dev765, dev768, and finally dev770 but gradle isn't able to resolve any of those versions, and I don't see releases for them in GitHub. Was there some kind of publishing bug?
j
The runtime and the compiler are now versioned separately. so if you were reusing the same variable to specify both it will fail.
e
I'm not depending on the compiler (at least directly). The error is happening for other artifacts like compose material, e.g.
Copy code
Could not resolve all files for configuration ':samples:simple-portal:android-app:debugRuntimeClasspath'.
   > Could not find org.jetbrains.compose.material:material:1.2.0-alpha01-dev770.
     Searched in the following locations:
       - <https://repo.maven.apache.org/maven2/org/jetbrains/compose/material/material/1.2.0-alpha01-dev770/material-1.2.0-alpha01-dev770.pom|https://repo.maven.apache.org/maven2/org/jetbrains/compose/material/material/1.2.0-alpha01-dev770/material-1.2.0-alpha01-dev770.pom>
       - <https://maven.pkg.jetbrains.space/public/p/compose/dev/org/jetbrains/compose/material/material/1.2.0-alpha01-dev770/material-1.2.0-alpha01-dev770.pom|https://maven.pkg.jetbrains.space/public/p/compose/dev/org/jetbrains/compose/material/material/1.2.0-alpha01-dev770/material-1.2.0-alpha01-dev770.pom>
It's also happening for non Android targets
j
I don't use Compose Desktop, but part of the versioning split also decoupled Compose UI from Compose
It's also hard to know without seeing your build, but sounds like you're using the same variable for Compose runtime and the Compose UI libs
j
perhaps you just beat their availability
e
It was happening throughout the day. I'll try again soon I guess
k
https://github.com/JetBrains/compose-jb/releases is the official place. 770 was made available an hour ago
This updater bot you're using might be too eager
j
It's likely just keying off one coordinate
e
Working now
It's likely just keying off one coordinate
I'm guessing it's this
h