Joey Heck
08/05/2021, 3:48 PMCould not find androidx.annotation:annotation:1.2.0
Igor Demin
08/05/2021, 3:49 PMgoogle()
maven repository 🙂Joey Heck
08/05/2021, 3:51 PMpluginManagement {
repositories {
gradlePluginPortal()
maven("<https://maven.pkg.jetbrains.space/public/p/compose/dev>")
}
}
Joey Heck
08/05/2021, 3:52 PMIgor Demin
08/05/2021, 3:55 PMIgor Demin
08/05/2021, 3:58 PMwe should change this ASAP,or not. everything is fine 🙂 . we have to use
google()
only in main repositories, not in repositories for plugins