Skip to content

Commit

Permalink
[#3453] Remove unnecessary settings.gradle urls
Browse files Browse the repository at this point in the history
  • Loading branch information
mustafaozhan committed May 19, 2024
1 parent e8097ef commit c591ca2
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,23 +4,16 @@

pluginManagement {
repositories {
gradlePluginPortal()
google()
maven("https://maven.pkg.jetbrains.space/public/p/compose/dev")
maven("https://dl.bintray.com/icerockdev/plugins")
gradlePluginPortal()
}
}

dependencyResolutionManagement {
@Suppress("UnstableApiUsage")
repositories {
mavenCentral()
google()
maven("https://maven.pkg.jetbrains.space/public/p/compose/dev")
maven("https://dl.bintray.com/ekito/koin")
maven("https://dl.bintray.com/icerockdev/moko")
maven("https://kotlin.bintray.com/kotlinx/")
maven("https://developer.huawei.com/repo/")
mavenCentral()
}
}

Expand Down

0 comments on commit c591ca2

Please sign in to comment.