Skip to content

Commit

Permalink
Update to use coil3 3.0.0-alpha01
Browse files Browse the repository at this point in the history
  • Loading branch information
skydoves committed Jan 7, 2024
1 parent 4bf7eec commit 1c949ea
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ internal fun Project.configureComposeMultiplatform(

kotlinMultiplatformExtension.apply {
androidTarget { publishLibraryVariants("release") }

jvm("desktop")
iosX64()
iosArm64()
iosSimulatorArm64()
Expand Down
4 changes: 0 additions & 4 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,6 @@ kotlin.native.ignoreIncorrectDependencies=true
kotlin.native.binary.memoryModel=experimental
kotlin.native.cacheKind=none

kotlinx.atomicfu.enableJsIrTransformation=true
kotlinx.atomicfu.enableJvmIrTransformation=true
kotlinx.atomicfu.enableNativeIrTransformation=true

# Compose
org.jetbrains.compose.experimental.uikit.enabled=true
org.jetbrains.compose.experimental.macos.enabled=true
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jetbrains-compose = "1.5.11"
glide = "4.16.0"
fresco = "3.1.3"
coil = "2.5.0"
coil3 = "3.0.0-SNAPSHOT"
coil3 = "3.0.0-alpha01"
ktor = "3.0.0-wasm2"
palette = "2.2.0"
hilt = "2.50"
Expand Down
2 changes: 0 additions & 2 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ pluginManagement {
mavenCentral()
maven(url = "https://plugins.gradle.org/m2/")
maven(url = "https://maven.pkg.jetbrains.space/public/p/compose/dev")
maven(url = "https://oss.sonatype.org/content/repositories/snapshots/")
maven("https://maven.pkg.jetbrains.space/kotlin/p/wasm/experimental")
}
}
Expand All @@ -18,7 +17,6 @@ dependencyResolutionManagement {
mavenCentral()
maven(url = "https://plugins.gradle.org/m2/")
maven(url = "https://maven.pkg.jetbrains.space/public/p/compose/dev")
maven(url = "https://oss.sonatype.org/content/repositories/snapshots/")
maven("https://maven.pkg.jetbrains.space/kotlin/p/wasm/experimental")
}
}
Expand Down

0 comments on commit 1c949ea

Please sign in to comment.