Browse Source
This PR only updates Compose and Kotlin versions. I'm going to follow it up with further updates addressing various warnings. ## Testing `./validateExamples.sh`, `./validateExamplesIos.sh`, and `./validateExamplesWithJs.sh` ## Release Notes N/Apull/5318/head
25 changed files with 48 additions and 48 deletions
@ -1,2 +1,2 @@
@@ -1,2 +1,2 @@
|
||||
compose.version=1.7.3 |
||||
compose.version=1.8.0 |
||||
kotlin.code.style=official |
||||
|
||||
@ -1,4 +1,4 @@
@@ -1,4 +1,4 @@
|
||||
org.gradle.jvmargs=-Xmx2048m -Dfile.encoding=UTF-8 |
||||
kotlin.code.style=official |
||||
kotlin.version=2.1.0 |
||||
compose.version=1.7.3 |
||||
kotlin.version=2.1.20 |
||||
compose.version=1.8.0 |
||||
|
||||
@ -1,4 +1,4 @@
@@ -1,4 +1,4 @@
|
||||
org.gradle.jvmargs=-Xmx2048m -Dfile.encoding=UTF-8 |
||||
kotlin.code.style=official |
||||
kotlin.version=2.1.0 |
||||
compose.version=1.7.3 |
||||
kotlin.version=2.1.20 |
||||
compose.version=1.8.0 |
||||
|
||||
@ -1,5 +1,5 @@
@@ -1,5 +1,5 @@
|
||||
kotlin.code.style=official |
||||
kotlin.version=2.1.0 |
||||
compose.version=1.7.3 |
||||
kotlin.version=2.1.20 |
||||
compose.version=1.8.0 |
||||
org.gradle.configuration-cache=true |
||||
org.gradle.caching=true |
||||
|
||||
@ -1,6 +1,6 @@
@@ -1,6 +1,6 @@
|
||||
kotlin.code.style=official |
||||
kotlin.js.webpack.major.version=4 |
||||
kotlin.version=2.1.0 |
||||
compose.version=1.7.3 |
||||
kotlin.version=2.1.20 |
||||
compose.version=1.8.0 |
||||
org.gradle.configuration-cache=true |
||||
org.gradle.caching=true |
||||
|
||||
@ -1,5 +1,5 @@
@@ -1,5 +1,5 @@
|
||||
kotlin.code.style=official |
||||
kotlin.version=2.1.0 |
||||
compose.version=1.7.3 |
||||
kotlin.version=2.1.20 |
||||
compose.version=1.8.0 |
||||
org.gradle.configuration-cache=true |
||||
org.gradle.caching=true |
||||
|
||||
@ -1,5 +1,5 @@
@@ -1,5 +1,5 @@
|
||||
kotlin.code.style=official |
||||
kotlin.version=2.1.0 |
||||
compose.version=1.7.3 |
||||
kotlin.version=2.1.20 |
||||
compose.version=1.8.0 |
||||
org.gradle.configuration-cache=true |
||||
org.gradle.caching=true |
||||
|
||||
@ -1,5 +1,5 @@
@@ -1,5 +1,5 @@
|
||||
kotlin.code.style=official |
||||
kotlin.version=2.1.0 |
||||
compose.version=1.7.3 |
||||
kotlin.version=2.1.20 |
||||
compose.version=1.8.0 |
||||
org.gradle.configuration-cache=true |
||||
org.gradle.caching=true |
||||
|
||||
@ -1,5 +1,5 @@
@@ -1,5 +1,5 @@
|
||||
kotlin.code.style=official |
||||
xcodeproj=./iosApp |
||||
org.gradle.jvmargs=-Xmx3g |
||||
kotlin.version=2.1.0 |
||||
compose.version=1.7.3 |
||||
kotlin.version=2.1.20 |
||||
compose.version=1.8.0 |
||||
|
||||
@ -1,6 +1,6 @@
@@ -1,6 +1,6 @@
|
||||
org.gradle.jvmargs=-Xmx2048m -Dfile.encoding=UTF-8 |
||||
kotlin.code.style=official |
||||
kotlin.version=2.1.0 |
||||
compose.version=1.7.3 |
||||
kotlin.version=2.1.20 |
||||
compose.version=1.8.0 |
||||
org.gradle.configuration-cache=true |
||||
org.gradle.caching=true |
||||
|
||||
Loading…
Reference in new issue