This morning, on a fresh project with 1.0.0-alpha1...
# compose-desktop
j
This morning, on a fresh project with 1.0.0-alpha1, I'm getting:
Could not find androidx.annotation:annotation:1.2.0
i
Just add
google()
 maven repository 🙂
j
Silly me, I was following the documentation earlier on the page that says:
Copy code
pluginManagement {
    repositories {
        gradlePluginPortal()
        maven("<https://maven.pkg.jetbrains.space/public/p/compose/dev>")
    }
}
for the settings gradle
i
wow, we should change this ASAP, thanks!
we should change this ASAP,
or not. everything is fine 🙂 . we have to use
google()
only in main repositories, not in repositories for plugins
👌 1
👍 2