Skip to content

Commit

Permalink
Merge pull request #1032 from yt8492/feature/remove_resolutionStrategy
Browse files Browse the repository at this point in the history
implementation foundation:1.8.0-alpha01 instead of resolutionStrategy
  • Loading branch information
takahirom committed Sep 11, 2024
2 parents bd299c7 + b8c5576 commit a4906df
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ class KmpComposePlugin : Plugin<Project> {
dependencies {
implementation(libs.library("androidxActivityActivityCompose"))
implementation(libs.library("composeUiToolingPreview"))
implementation(libs.library("composeFoundation"))
}
}
}
Expand Down
10 changes: 0 additions & 10 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,3 @@ buildscript {
}
}
}

allprojects {
configurations.all {
resolutionStrategy {
// When the fixed version is released, remove this block
// https://issuetracker.google.com/issues/341880461
force("androidx.compose.foundation:foundation:1.8.0-alpha01")
}
}
}
2 changes: 2 additions & 0 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ composeMultiplatform = "1.7.0-beta01"
rin = "0.1.0"
composeInvestigator = "1.5.10-0.2.1"
composeMaterial3 = "1.3.0"
composeFoundation = "1.8.0-alpha01"
composeHiltNavigation = "1.2.0"
androidxLifecycle = "2.8.4"
androidxActivity = "1.9.1"
Expand Down Expand Up @@ -102,6 +103,7 @@ composeAnimation = { module = "androidx.compose.animation:animation" }
composeAnimationGraphics = { module = "androidx.compose.animation:animation-graphics" }
composeMaterial = { module = "androidx.compose.material:material" }
composeMaterial3 = { module = "androidx.compose.material3:material3", version.ref = "composeMaterial3" }
composeFoundation = { module = "androidx.compose.foundation:foundation", version.ref = "composeFoundation" }
composeMaterialWindowSize = "dev.chrisbanes.material3:material3-window-size-class-multiplatform:0.5.0"
composeMaterialIcon = { module = "androidx.compose.material:material-icons-extended" }
composeUiTestManifest = { module = "androidx.compose.ui:ui-test-manifest" }
Expand Down

0 comments on commit a4906df

Please sign in to comment.