Skip to content

Commit

Permalink
Bump ktor to 3.0.0-wasm2
Browse files Browse the repository at this point in the history
  • Loading branch information
skydoves committed Jan 7, 2024
1 parent 18fa029 commit fdce889
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 1 addition & 2 deletions coil3/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,7 @@ kotlin {
api(project(":landscapist"))
api(libs.coil3)
api(libs.coil3.network)

implementation(libs.ktor.core)
api(libs.ktor.core)

implementation(compose.ui)
implementation(compose.runtime)
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ glide = "4.16.0"
fresco = "3.1.3"
coil = "2.5.0"
coil3 = "3.0.0-alpha01"
ktor = "3.0.0-beta-1"
ktor = "3.0.0-wasm2"
palette = "2.2.0"
hilt = "2.50"
spotless = "6.21.0"
Expand Down
2 changes: 2 additions & 0 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ pluginManagement {
mavenCentral()
maven(url = "https://plugins.gradle.org/m2/")
maven(url = "https://maven.pkg.jetbrains.space/public/p/compose/dev")
maven("https://maven.pkg.jetbrains.space/kotlin/p/wasm/experimental")
}
}
dependencyResolutionManagement {
Expand All @@ -16,6 +17,7 @@ dependencyResolutionManagement {
mavenCentral()
maven(url = "https://plugins.gradle.org/m2/")
maven(url = "https://maven.pkg.jetbrains.space/public/p/compose/dev")
maven("https://maven.pkg.jetbrains.space/kotlin/p/wasm/experimental")
}
}

Expand Down

0 comments on commit fdce889

Please sign in to comment.