CMP-6928: update Compose Multiplatform New Project Wizard to the latest Compose version

GitOrigin-RevId: e16c090e31defa47d6035cf054735ceee2aaab95
This commit is contained in:
Victor Kropp
2024-10-23 13:41:01 +02:00
committed by intellij-monorepo-bot
parent b36a722801
commit 613e0338aa
3 changed files with 5 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
module.presentation.name=Compose Multiplatform
module.description=Desktop UI application templates with the <b>Compose Multiplatform</b> framework.<br> \
Templates use Gradle and the app can be run using the Gradle menu.
Templates use Gradle, and the app can be run using the Gradle menu.
compose.desktop.tutorial=Getting Started with Compose for Desktop Tutorial
compose.multiplatform.wizard=If you want to share UI across all supported platforms at\\&nbsp;once, start\\&nbsp;with \
the <a href="{0}">Kotlin\\&nbsp;Multiplatform\\&nbsp;Wizard</a>

View File

@@ -8,8 +8,8 @@
<java.version>11</java.version>
<kotlin.target>11</kotlin.target>
<gradle.version>8.7</gradle.version>
<kotlin.version>2.0.0</kotlin.version>
<compose.version>1.6.11</compose.version>
<kotlin.version>2.0.21</kotlin.version>
<compose.version>1.7.0</compose.version>
</properties>
<dependencyManagement>

View File

@@ -1,4 +1,4 @@
org.gradle.jvmargs=-Xmx2048m -Dfile.encoding=UTF-8
kotlin.code.style=official
kotlin.version=2.0.0
compose.version=1.6.11
kotlin.version=2.0.21
compose.version=1.7.0