Skip to content

Commit

Permalink
mavenLocal should be the first
Browse files Browse the repository at this point in the history
  • Loading branch information
dima-avdeev-jb committed Mar 27, 2023
1 parent 48288ea commit 10526ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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()
}
}

Expand Down

0 comments on commit 10526ca

Please sign in to comment.