File tree Expand file tree Collapse file tree 3 files changed +4
-5
lines changed
Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -45,5 +45,5 @@ android {
4545// TODO: Remove once a compiler with support for >1.8.21 available
4646compose {
4747 kotlinCompilerPlugin.set(dependencies.compiler.forKotlin(" 1.8.20" ))
48- kotlinCompilerPluginArgs.add(" suppressKotlinVersionCompatibilityCheck=1.8.21 " )
48+ kotlinCompilerPluginArgs.add(" suppressKotlinVersionCompatibilityCheck=1.8.22 " )
4949}
Original file line number Diff line number Diff 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
109109compose {
110110 kotlinCompilerPlugin.set(dependencies.compiler.forKotlin(" 1.8.20" ))
111- kotlinCompilerPluginArgs.add(" suppressKotlinVersionCompatibilityCheck=1.8.21 " )
111+ kotlinCompilerPluginArgs.add(" suppressKotlinVersionCompatibilityCheck=1.8.22 " )
112112}
Original file line number Diff line number Diff line change 22agp = " 8.0.2"
33androidx-activity =" 1.7.2"
44androidx-appcompat =" 1.6.1"
5- compose-multiplatform = " 1.4.0"
6- compose-compiler = " 1.4.5"
5+ compose-multiplatform = " 1.4.1"
76compose-test-rule = " 1.4.3"
87decompose = " 2.1.0-compose-experimental-alpha-03"
98essenty = " 1.1.0"
You can’t perform that action at this time.
0 commit comments