mavenLocal should be the first

This commit is contained in:
dima.avdeev
2023-03-27 19:41:11 +04:00
parent 48288ea145
commit 10526ca300

View File

@@ -5,10 +5,10 @@ plugins {
allprojects {
repositories {
mavenLocal() // mavenLocal should be the first to get the correct version of skiko during a local build.
google()
mavenCentral()
maven("https://maven.pkg.jetbrains.space/public/p/compose/dev")
mavenLocal()
}
}