Skip to content

Commit

Permalink
Remove dev compose repo
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobras committed Dec 21, 2024
1 parent c36146b commit 7f1146a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ pluginManagement {
repositories {
mavenCentral()
gradlePluginPortal()
maven("https://maven.pkg.jetbrains.space/public/p/compose/dev") // TODO: remove after updating Compose to new RC/stable release
}
}

Expand All @@ -18,7 +17,6 @@ dependencyResolutionManagement {
}
}
mavenCentral()
maven("https://maven.pkg.jetbrains.space/public/p/compose/dev") // TODO: remove after updating Compose to new RC/stable release
}
}

Expand Down

0 comments on commit 7f1146a

Please sign in to comment.