Browse Source

mavenLocal should be the first

pull/2907/merge v1.4.0-alpha01-dev984
dima.avdeev 1 year ago
parent
commit
10526ca300
  1. 2
      components/build.gradle.kts

2
components/build.gradle.kts

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

Loading…
Cancel
Save