Browse Source
Post-change for [CMP-8871](https://youtrack.jetbrains.com/issue/CMP-8871) Release Compose Multiplatform 1.9.0 stable [CI change](https://jetbrains.team/p/ui/reviews/54/timeline) ## Testing - run desktop, web, ios targets for each changed example - run [full CI](https://teamcity.jetbrains.com/buildConfiguration/JetBrainsPublicProjects_Compose_AllPersonalBuild/5508915) ## Release Notes N/Apull/5436/head v1.10.0+dev2989
23 changed files with 41 additions and 41 deletions
@ -1,2 +1,2 @@
@@ -1,2 +1,2 @@
|
||||
compose.version=1.9.0-rc01 |
||||
compose.version=1.9.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.2.10 |
||||
compose.version=1.9.0-rc01 |
||||
kotlin.version=2.2.20 |
||||
compose.version=1.9.0 |
||||
|
||||
@ -1,4 +1,4 @@
@@ -1,4 +1,4 @@
|
||||
org.gradle.jvmargs=-Xmx2048m -Dfile.encoding=UTF-8 |
||||
kotlin.code.style=official |
||||
kotlin.version=2.2.10 |
||||
compose.version=1.9.0-rc01 |
||||
kotlin.version=2.2.20 |
||||
compose.version=1.9.0 |
||||
|
||||
@ -1,5 +1,5 @@
@@ -1,5 +1,5 @@
|
||||
kotlin.code.style=official |
||||
kotlin.version=2.2.10 |
||||
compose.version=1.8.2 |
||||
kotlin.version=2.2.20 |
||||
compose.version=1.9.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.2.10 |
||||
compose.version=1.8.2 |
||||
kotlin.version=2.2.20 |
||||
compose.version=1.9.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.2.10 |
||||
compose.version=1.8.2 |
||||
kotlin.version=2.2.20 |
||||
compose.version=1.9.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.2.10 |
||||
compose.version=1.8.2 |
||||
kotlin.version=2.2.20 |
||||
compose.version=1.9.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.2.10 |
||||
compose.version=1.8.2 |
||||
kotlin.version=2.2.20 |
||||
compose.version=1.9.0 |
||||
|
||||
Loading…
Reference in new issue