mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-13 15:52:01 +07:00
CMP-6928: update Compose Multiplatform New Project Wizard to the latest Compose version
GitOrigin-RevId: e16c090e31defa47d6035cf054735ceee2aaab95
This commit is contained in:
committed by
intellij-monorepo-bot
parent
b36a722801
commit
613e0338aa
@@ -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\\ once, start\\ with \
|
||||
the <a href="{0}">Kotlin\\ Multiplatform\\ Wizard</a>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user