Skip to content

Commit

Permalink
add mavenLocal to components (#2516)
Browse files Browse the repository at this point in the history
  • Loading branch information
dima-avdeev-jb committed Nov 29, 2022
1 parent 297eeac commit 75f4f1d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ allprojects {
google()
mavenCentral()
maven("https://maven.pkg.jetbrains.space/public/p/compose/dev")
mavenLocal()
}
}

Expand Down

0 comments on commit 75f4f1d

Please sign in to comment.