Skip to content

Commit c5c359b

Browse files
committed
update Kotlin to 2.4.20-Beta1 in the libraries, examples, templates and tutorials
update Kotlin to 2.4.0-RC2 in the examples, templates and tutorials update Kotlin to 2.4.0-RC in the examples, templates and tutorials update Kotlin to 2.4.0-RC in the libraries remove outdated targetHierarchy.default() usage Update Kotlin to 2.4.0-Beta2 in libraries, examples, templates and tutorials Update oldest supported Kotlin version to 2.4.0-Beta1 in GradlePluginTest Update Kotlin to 2.4.0-Beta1 in examples, templates and tutorials Update Kotlin to 2.4.0-Beta1 in libraries
1 parent 7701ef2 commit c5c359b

24 files changed

Lines changed: 24 additions & 26 deletions

File tree

Lines changed: 1 addition & 1 deletion
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.20
3+
kotlin.version=2.4.20-Beta1
44
compose.version=1.10.1
Lines changed: 1 addition & 1 deletion
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.20
3+
kotlin.version=2.4.20-Beta1
44
compose.version=1.10.1

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
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.20</kotlin.version>
15+
<kotlin.version>2.4.20-Beta1</kotlin.version>
1616
<compose.version>1.10.1</compose.version>
1717
<compose.material3.version>1.9.0</compose.material3.version>
1818
</properties>

ci/templates/multiplatform-template/gradle.properties

Lines changed: 1 addition & 1 deletion
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.20
5+
kotlin.version=2.4.20-Beta1
66
agp.version=8.9.0
77
compose.version=1.10.1

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=2.3.20
10+
kotlin.version=2.4.20-Beta1
1111
agp.version=8.9.0
1212
compose.version=1.10.1
1313
deploy.version=9999.0.0-SNAPSHOT

examples/chat/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ org.gradle.jvmargs=-Xmx8g
55
org.gradle.configuration-cache=true
66
org.gradle.caching=true
77
org.jetbrains.compose.experimental.macos.enabled=true
8-
kotlin.version=2.3.20
8+
kotlin.version=2.4.20-Beta1
99
agp.version=9.2.1
1010
compose.version=1.10.1

examples/codeviewer/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ org.gradle.jvmargs=-Xmx8g
55
org.gradle.configuration-cache=true
66
org.gradle.caching=true
77
org.jetbrains.compose.experimental.macos.enabled=true
8-
kotlin.version=2.3.20
8+
kotlin.version=2.4.20-Beta1
99
agp.version=9.2.1
1010
compose.version=1.10.1

examples/graphics-2d/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ org.gradle.jvmargs=-Xmx8g
55
org.gradle.configuration-cache=true
66
org.gradle.caching=true
77
org.jetbrains.compose.experimental.macos.enabled=true
8-
kotlin.version=2.3.20
8+
kotlin.version=2.4.20-Beta1
99
agp.version=9.2.1
1010
compose.version=1.10.1
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
kotlin.code.style=official
2-
kotlin.version=2.3.20
2+
kotlin.version=2.4.20-Beta1
33
compose.version=1.10.1
44
org.gradle.configuration-cache=true
55
org.gradle.caching=true
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
kotlin.code.style=official
22
kotlin.js.webpack.major.version=4
3-
kotlin.version=2.3.20
3+
kotlin.version=2.4.20-Beta1
44
compose.version=1.10.1
55
org.gradle.configuration-cache=true
66
org.gradle.caching=true

0 commit comments

Comments
 (0)