Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions benchmarks/multiplatform/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[versions]
compose-multiplatform = "1.8.1"
kotlin = "2.2.0"
compose-multiplatform = "1.9.1"
kotlin = "2.3.0-Beta2"
kotlinx-coroutines = "1.8.0"
kotlinx-serialization = "1.8.0"
kotlinx-io = "0.7.0"
Expand Down
4 changes: 2 additions & 2 deletions ci/templates/desktop-template/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
org.gradle.jvmargs=-Xmx2048m -Dfile.encoding=UTF-8
kotlin.code.style=official
kotlin.version=2.2.20
compose.version=1.9.0
kotlin.version=2.3.0-Beta2
compose.version=1.10.0-alpha02
4 changes: 2 additions & 2 deletions ci/templates/html-library-template/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
org.gradle.jvmargs=-Xmx2048m -Dfile.encoding=UTF-8
kotlin.code.style=official
kotlin.version=2.2.20
compose.version=1.9.0
kotlin.version=2.3.0-Beta2
compose.version=1.10.0-alpha02
4 changes: 2 additions & 2 deletions ci/templates/maven-test-project/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
<kotlin.code.style>official</kotlin.code.style>
<kotlin.compiler.jvmTarget>11</kotlin.compiler.jvmTarget>
<kotlin.version>2.1.21</kotlin.version>
<compose.version>1.9.1</compose.version>
<compose.material3.version>1.9.0-beta04</compose.material3.version>
<compose.version>1.10.0-alpha02</compose.version>
<compose.material3.version>1.10.0-alpha02</compose.material3.version>
</properties>

<repositories>
Expand Down
4 changes: 2 additions & 2 deletions ci/templates/multiplatform-template/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ org.gradle.jvmargs=-Xmx2048m -Dfile.encoding=UTF-8
android.useAndroidX=true
android.enableJetifier=true
kotlin.code.style=official
kotlin.version=2.2.20
kotlin.version=2.3.0-Beta2
agp.version=8.9.0
compose.version=1.9.0
compose.version=1.10.0-alpha02
4 changes: 2 additions & 2 deletions components/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ org.gradle.configuration-cache=true
android.useAndroidX=true

#Versions
kotlin.version=2.2.20
kotlin.version=2.3.0-Beta2
agp.version=8.9.0
compose.version=1.9.0
compose.version=1.10.0-SNAPSHOT+ok-check-kotlin-2-3-0
deploy.version=9999.0.0-SNAPSHOT

#Compose
Expand Down
4 changes: 2 additions & 2 deletions examples/chat/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ kotlin.native.useEmbeddableCompilerJar=true
kotlin.mpp.androidSourceSetLayoutVersion=2
# Enable kotlin/native experimental memory model
kotlin.native.binary.memoryModel=experimental
kotlin.version=2.2.20
kotlin.version=2.3.0-Beta2
agp.version=8.9.0
compose.version=1.9.1
compose.version=1.10.0-alpha02
4 changes: 2 additions & 2 deletions examples/codeviewer/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ kotlin.native.useEmbeddableCompilerJar=true
kotlin.mpp.androidSourceSetLayoutVersion=2
# Enable kotlin/native experimental memory model
kotlin.native.binary.memoryModel=experimental
kotlin.version=2.2.20
kotlin.version=2.3.0-Beta2
agp.version=8.9.0
compose.version=1.9.1
compose.version=1.10.0-alpha02
4 changes: 2 additions & 2 deletions examples/graphics-2d/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ kotlin.native.useEmbeddableCompilerJar=true
kotlin.mpp.androidSourceSetLayoutVersion=2
# Enable kotlin/native experimental memory model
kotlin.native.binary.memoryModel=experimental
kotlin.version=2.2.20
kotlin.version=2.3.0-Beta2
agp.version=8.9.0
compose.version=1.9.1
compose.version=1.10.0-alpha02
4 changes: 2 additions & 2 deletions examples/html/compose-bird/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
kotlin.code.style=official
kotlin.version=2.2.20
compose.version=1.9.1
kotlin.version=2.3.0-Beta2
compose.version=1.10.0-alpha02
org.gradle.configuration-cache=true
org.gradle.caching=true
4 changes: 2 additions & 2 deletions examples/html/compose-in-js/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
kotlin.code.style=official
kotlin.js.webpack.major.version=4
kotlin.version=2.2.20
compose.version=1.9.1
kotlin.version=2.3.0-Beta2
compose.version=1.10.0-alpha02
org.gradle.configuration-cache=true
org.gradle.caching=true
4 changes: 2 additions & 2 deletions examples/html/landing/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
kotlin.code.style=official
kotlin.version=2.2.20
compose.version=1.9.1
kotlin.version=2.3.0-Beta2
compose.version=1.10.0-alpha02
org.gradle.configuration-cache=true
org.gradle.caching=true
4 changes: 2 additions & 2 deletions examples/html/with-react/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
kotlin.code.style=official
kotlin.version=2.2.20
compose.version=1.9.1
kotlin.version=2.3.0-Beta2
compose.version=1.10.0-alpha02
org.gradle.configuration-cache=true
org.gradle.caching=true
4 changes: 2 additions & 2 deletions examples/imageviewer/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ org.gradle.configuration-cache=true
org.gradle.caching=true
org.jetbrains.compose.experimental.jscanvas.enabled=true
org.jetbrains.compose.experimental.macos.enabled=true
kotlin.version=2.2.20
kotlin.version=2.3.0-Beta2
agp.version=8.9.0
compose.version=1.9.1
compose.version=1.10.0-alpha02
4 changes: 2 additions & 2 deletions examples/interop/ios-compose-in-swiftui/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
kotlin.code.style=official
xcodeproj=./iosApp
org.gradle.jvmargs=-Xmx3g
kotlin.version=2.2.20
compose.version=1.9.1
kotlin.version=2.3.0-Beta2
compose.version=1.10.0-alpha02
4 changes: 2 additions & 2 deletions examples/interop/ios-compose-in-uikit/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ xcodeproj=./iosApp
org.gradle.jvmargs=-Xmx3g
# Enable kotlin/native experimental memory model
kotlin.native.binary.memoryModel=experimental
kotlin.version=2.2.20
compose.version=1.9.1
kotlin.version=2.3.0-Beta2
compose.version=1.10.0-alpha02
4 changes: 2 additions & 2 deletions examples/interop/ios-swiftui-in-compose/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ xcodeproj=./iosApp
org.gradle.jvmargs=-Xmx3g
# Enable kotlin/native experimental memory model
kotlin.native.binary.memoryModel=experimental
kotlin.version=2.2.20
compose.version=1.9.1
kotlin.version=2.3.0-Beta2
compose.version=1.10.0-alpha02
4 changes: 2 additions & 2 deletions examples/interop/ios-uikit-in-compose/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ xcodeproj=./iosApp
org.gradle.jvmargs=-Xmx3g
# Enable kotlin/native experimental memory model
kotlin.native.binary.memoryModel=experimental
kotlin.version=2.2.20
compose.version=1.9.1
kotlin.version=2.3.0-Beta2
compose.version=1.10.0-alpha02
4 changes: 2 additions & 2 deletions examples/issues/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ kotlin.code.style=official
android.useAndroidX=true
# Automatically convert third-party libraries to use AndroidX
android.enableJetifier=true
kotlin.version=2.2.20
kotlin.version=2.3.0-Beta2
agp.version=8.9.0
compose.version=1.9.1
compose.version=1.10.0-alpha02
4 changes: 2 additions & 2 deletions examples/jetsnack/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ org.gradle.jvmargs=-Xmx8g
kotlin.code.style=official
android.useAndroidX=true
agp.version=8.9.0
kotlin.version=2.2.20
compose.version=1.9.1
kotlin.version=2.3.0-Beta2
compose.version=1.10.0-alpha02
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ class GradlePluginTest : GradlePluginTestBase() {
}

// Note: we can't test non-jvm targets with Kotlin older than 2.2.0, because of klib abi version bump in 2.2.0
private val oldestSupportedKotlinVersion = "2.2.0"
private val oldestSupportedKotlinVersion = "2.3.0-Beta2"
@Test
fun testOldestKotlinMpp() = with(
testProject(
Expand Down
4 changes: 2 additions & 2 deletions gradle-plugins/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ dev.junit.parallel=false

# Default version of Compose Libraries used by Gradle plugin
compose.version=1.10.0-alpha02
compose.material3.version=1.9.0-beta03
compose.material3.version=1.10.0-alpha02
# The latest version of Kotlin compatible with compose.tests.compiler.version. Used only in tests/CI.
compose.tests.kotlin.version=2.2.20
compose.tests.kotlin.version=2.3.0-Beta2
# __SUPPORTED_GRADLE_VERSIONS__
# Don't forget to edit versions in .github/workflows/gradle-plugin.yml as well
# and Publish.Subtasks.buildTypes.gradle.GradlePluginTestKt#gradleVersions in the TC config
Expand Down
2 changes: 1 addition & 1 deletion gradle-plugins/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[versions]
kotlin = "2.2.0"
gradle-download-plugin = "5.5.0"
kotlin-poet = "2.1.0"
kotlin-poet = "2.2.0"
plugin-android = "8.10.1"
shadow-jar = "8.1.1"
publish-plugin = "1.2.1"
Expand Down
2 changes: 1 addition & 1 deletion html/buildSrc/gradle.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
kotlin.version=2.2.20
kotlin.version=2.3.0-Beta2
4 changes: 2 additions & 2 deletions tutorials/HTML/Getting_Started/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ pluginManagement {
``` kotlin
// Add compose gradle plugin
plugins {
kotlin("multiplatform") version "2.2.20"
id("org.jetbrains.compose") version "1.9.0"
kotlin("multiplatform") version "2.3.0-Beta2"
id("org.jetbrains.compose") version "1.10.0-alpha02"
}

// Add maven repositories
Expand Down
Loading