Browse Source

Add our space dev maven repository to JetSnack example (#4767)

This should fix our CI examples verification which relies on the
availability of dev versions.
pull/4768/head
Oleksandr Karpovich 6 months ago committed by GitHub
parent
commit
112aca3f6a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 1
      examples/jetsnack/build.gradle.kts
  2. 1
      examples/jetsnack/settings.gradle.kts

1
examples/jetsnack/build.gradle.kts

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

1
examples/jetsnack/settings.gradle.kts

@ -3,6 +3,7 @@ pluginManagement {
google()
gradlePluginPortal()
mavenCentral()
maven("https://maven.pkg.jetbrains.space/public/p/compose/dev")
}
plugins {

Loading…
Cancel
Save