File tree Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -48,9 +48,6 @@ kotlin.mpp.stability.nowarn=true
4848kotlin.mpp.androidSourceSetLayoutVersion =2
4949kotlin.mpp.enableCInteropCommonization =true
5050
51- # Development
52- development =true
53-
5451# TODO TOKEN EXPOSE
5552MAPBOX_DOWNLOADS_TOKEN =sk.eyJ1Ijoidml0YWxpeXN0b3lhbm92IiwiYSI6ImNscno0cXQyOTFuZXgyam82ZjA5NXFhdTAifQ.aEWDAnLIYfLJuwq5fyUKlg
5653
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments