Skip to content

Commit ab508c3

Browse files
committed
Bump compose multiplatform 1.4.1
1 parent c153372 commit ab508c3

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

decompose-router-wear/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,5 +45,5 @@ android {
4545
// TODO: Remove once a compiler with support for >1.8.21 available
4646
compose {
4747
kotlinCompilerPlugin.set(dependencies.compiler.forKotlin("1.8.20"))
48-
kotlinCompilerPluginArgs.add("suppressKotlinVersionCompatibilityCheck=1.8.21")
48+
kotlinCompilerPluginArgs.add("suppressKotlinVersionCompatibilityCheck=1.8.22")
4949
}

decompose-router/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,8 +105,8 @@ android {
105105
}
106106
}
107107

108-
// TODO: Remove once a compiler with support for >1.8.21 available
108+
// TODO: Remove once a compiler with support for >1.8.22 available
109109
compose {
110110
kotlinCompilerPlugin.set(dependencies.compiler.forKotlin("1.8.20"))
111-
kotlinCompilerPluginArgs.add("suppressKotlinVersionCompatibilityCheck=1.8.21")
111+
kotlinCompilerPluginArgs.add("suppressKotlinVersionCompatibilityCheck=1.8.22")
112112
}

gradle/libs.versions.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22
agp = "8.0.2"
33
androidx-activity ="1.7.2"
44
androidx-appcompat ="1.6.1"
5-
compose-multiplatform = "1.4.0"
6-
compose-compiler = "1.4.5"
5+
compose-multiplatform = "1.4.1"
76
compose-test-rule = "1.4.3"
87
decompose = "2.1.0-compose-experimental-alpha-03"
98
essenty = "1.1.0"

0 commit comments

Comments
 (0)