Skip to content

Commit 6a82c54

Browse files
Speed up dependency resolution by reorder repositories, removed unused property development=true
1 parent dddd266 commit 6a82c54

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

gradle.properties

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,6 @@ kotlin.mpp.stability.nowarn=true
4848
kotlin.mpp.androidSourceSetLayoutVersion=2
4949
kotlin.mpp.enableCInteropCommonization=true
5050

51-
#Development
52-
development=true
53-
5451
# TODO TOKEN EXPOSE
5552
MAPBOX_DOWNLOADS_TOKEN=sk.eyJ1Ijoidml0YWxpeXN0b3lhbm92IiwiYSI6ImNscno0cXQyOTFuZXgyam82ZjA5NXFhdTAifQ.aEWDAnLIYfLJuwq5fyUKlg
5653

settings.gradle.kts

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ dependencyResolutionManagement {
1515
repositories {
1616
google()
1717
mavenCentral()
18-
18+
// https://youtrack.jetbrains.com/issue/KTOR-5587/Ktor-client-for-Kotlin-Wasm#focus=Comments-27-8735419.0-0
19+
maven("https://maven.pkg.jetbrains.space/kotlin/p/wasm/experimental")
1920
// Mapbox Maven repository
2021
maven {
2122
url = uri("https://api.mapbox.com/downloads/v2/releases/maven")
@@ -26,8 +27,6 @@ dependencyResolutionManagement {
2627
authentication.create<BasicAuthentication>("basic")
2728
}
2829
maven("https://maven.pkg.jetbrains.space/public/p/compose/dev")
29-
// https://youtrack.jetbrains.com/issue/KTOR-5587/Ktor-client-for-Kotlin-Wasm#focus=Comments-27-8735419.0-0
30-
maven("https://maven.pkg.jetbrains.space/kotlin/p/wasm/experimental")
3130
}
3231
}
3332

0 commit comments

Comments
 (0)