Skip to content

Commit 50b5708

Browse files
authored
Update Kotlin version in components, tutorials and examples to 2.1.0 (#5205)
1 parent 8be4ab8 commit 50b5708

File tree

57 files changed

+1158
-1798
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

57 files changed

+1158
-1798
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
compose.version=1.7.1
1+
compose.version=1.7.3
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.0.20
4-
compose.version=1.7.1
3+
kotlin.version=2.1.0
4+
compose.version=1.7.3
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.0.20
4-
compose.version=1.7.1
3+
kotlin.version=2.1.0
4+
compose.version=1.7.3
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-7.5.1-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.2.1-bin.zip
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists

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.0.20
5+
kotlin.version=2.1.0
66
agp.version=8.1.0
7-
compose.version=1.7.1
7+
compose.version=1.7.3

components/AnimatedImage/demo/build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
plugins {
22
kotlin("multiplatform")
33
id("org.jetbrains.compose")
4+
id("org.jetbrains.kotlin.plugin.compose")
45
}
56

67
kotlin {

components/AnimatedImage/library/build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
plugins {
22
kotlin("multiplatform")
33
id("org.jetbrains.compose")
4+
id("org.jetbrains.kotlin.plugin.compose")
45
id("maven-publish")
56
}
67

components/SplitPane/demo/build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
plugins {
22
kotlin("multiplatform")
33
id("org.jetbrains.compose")
4+
id("org.jetbrains.kotlin.plugin.compose")
45
}
56

67
kotlin {

components/SplitPane/library/build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
plugins {
22
kotlin("multiplatform")
33
id("org.jetbrains.compose")
4+
id("org.jetbrains.kotlin.plugin.compose")
45
id("maven-publish")
56
}
67

components/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ org.gradle.configuration-cache=true
77
android.useAndroidX=true
88

99
#Versions
10-
kotlin.version=1.9.24
10+
kotlin.version=2.1.0
1111
agp.version=8.2.2
1212
compose.version=1.8.0-alpha01
1313
deploy.version=0.1.0-SNAPSHOT

0 commit comments

Comments
 (0)