Skip to content

Commit

Permalink
Change dependency on the foundation to the ui and update coroutines v…
Browse files Browse the repository at this point in the history
…ersion to avoid resolve issues. (#4660)

More info:
https://jakewharton.com/nonsensical-maven-is-still-a-gradle-problem/
  • Loading branch information
terrakok authored Apr 19, 2024
1 parent c25262d commit a200218
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions components/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ android.useAndroidX=true

#Versions
kotlin.version=1.9.23
compose.version=1.6.10-dev1575
agp.version=8.1.2
compose.version=1.6.10-beta01
agp.version=8.2.2

#Compose
org.jetbrains.compose.experimental.jscanvas.enabled=true
Expand Down
2 changes: 1 addition & 1 deletion components/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[versions]
kotlinx-coroutines = "1.7.3"
kotlinx-coroutines = "1.8.0"
androidx-appcompat = "1.6.1"
androidx-activity-compose = "1.8.2"
androidx-test = "1.5.0"
Expand Down
2 changes: 1 addition & 1 deletion components/resources/library/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ kotlin {
val commonMain by getting {
dependencies {
implementation(compose.runtime)
implementation(compose.foundation)
implementation(compose.ui)
implementation(libs.kotlinx.coroutines.core)
}
}
Expand Down

0 comments on commit a200218

Please sign in to comment.