Browse Source

add mavenLocal to components (#2516)

pull/2521/head
dima.avdeev 2 years ago committed by GitHub
parent
commit
75f4f1dee4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      components/build.gradle.kts

1
components/build.gradle.kts

@ -8,6 +8,7 @@ allprojects {
google()
mavenCentral()
maven("https://maven.pkg.jetbrains.space/public/p/compose/dev")
mavenLocal()
}
}

Loading…
Cancel
Save