Skip to content

Commit cb6f402

Browse files
authored
Bump Compose version to 1.10.1 and Kotlin to 2.3.10 (#5547)
Kotlin version has been bumped in the lastest merge from AOSP to CMP core - https://github.com/JetBrains/compose-multiplatform-core/pull/2790/commits Also I did a follow up for this change - #5536 (comment) (introduced a separate script to update the versions in the libraries) ## Testing N/A ## Release Notes N/A
1 parent fb1e706 commit cb6f402

26 files changed

Lines changed: 133 additions & 88 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
compose.version=1.10.0
1+
compose.version=1.10.1
22
kotlin.code.style=official
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
org.gradle.jvmargs=-Xmx2048m -Dfile.encoding=UTF-8
22
kotlin.code.style=official
3-
kotlin.version=2.3.0
4-
compose.version=1.10.0
3+
kotlin.version=2.3.10
4+
compose.version=1.10.1
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
org.gradle.jvmargs=-Xmx2048m -Dfile.encoding=UTF-8
22
kotlin.code.style=official
3-
kotlin.version=2.3.0
4-
compose.version=1.10.0
3+
kotlin.version=2.3.10
4+
compose.version=1.10.1

ci/templates/maven-test-project/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1313
<kotlin.code.style>official</kotlin.code.style>
1414
<kotlin.compiler.jvmTarget>11</kotlin.compiler.jvmTarget>
15-
<kotlin.version>2.3.0</kotlin.version>
16-
<compose.version>1.10.0</compose.version>
15+
<kotlin.version>2.3.10</kotlin.version>
16+
<compose.version>1.10.1</compose.version>
1717
<compose.material3.version>1.9.0</compose.material3.version>
1818
</properties>
1919

ci/templates/multiplatform-template/gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ org.gradle.jvmargs=-Xmx2048m -Dfile.encoding=UTF-8
22
android.useAndroidX=true
33
android.enableJetifier=true
44
kotlin.code.style=official
5-
kotlin.version=2.3.0
5+
kotlin.version=2.3.10
66
agp.version=8.9.0
7-
compose.version=1.10.0
7+
compose.version=1.10.1

components/gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ org.gradle.configuration-cache=true
77
android.useAndroidX=true
88

99
#Versions
10-
kotlin.version=2.3.0
10+
kotlin.version=2.3.10
1111
agp.version=8.9.0
12-
compose.version=1.10.0
12+
compose.version=1.10.1
1313
deploy.version=9999.0.0-SNAPSHOT
1414

1515
#Compose

examples/chat/gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ kotlin.native.useEmbeddableCompilerJar=true
1010
kotlin.mpp.androidSourceSetLayoutVersion=2
1111
# Enable kotlin/native experimental memory model
1212
kotlin.native.binary.memoryModel=experimental
13-
kotlin.version=2.3.0
13+
kotlin.version=2.3.10
1414
agp.version=8.9.0
15-
compose.version=1.10.0
15+
compose.version=1.10.1

examples/codeviewer/gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ kotlin.native.useEmbeddableCompilerJar=true
1010
kotlin.mpp.androidSourceSetLayoutVersion=2
1111
# Enable kotlin/native experimental memory model
1212
kotlin.native.binary.memoryModel=experimental
13-
kotlin.version=2.3.0
13+
kotlin.version=2.3.10
1414
agp.version=8.9.0
15-
compose.version=1.10.0
15+
compose.version=1.10.1

examples/graphics-2d/gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ kotlin.native.useEmbeddableCompilerJar=true
1010
kotlin.mpp.androidSourceSetLayoutVersion=2
1111
# Enable kotlin/native experimental memory model
1212
kotlin.native.binary.memoryModel=experimental
13-
kotlin.version=2.3.0
13+
kotlin.version=2.3.10
1414
agp.version=8.9.0
15-
compose.version=1.10.0
15+
compose.version=1.10.1
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
kotlin.code.style=official
2-
kotlin.version=2.3.0
3-
compose.version=1.10.0
2+
kotlin.version=2.3.10
3+
compose.version=1.10.1
44
org.gradle.configuration-cache=true
55
org.gradle.caching=true

0 commit comments

Comments
 (0)