Skip to content

Commit

Permalink
Compose 1.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
igordmn committed Apr 10, 2024
1 parent e417876 commit 6a481b3
Show file tree
Hide file tree
Showing 23 changed files with 23 additions and 23 deletions.
2 changes: 1 addition & 1 deletion ci/compose-uber-jar/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
compose.version=1.6.1
compose.version=1.6.2
kotlin.code.style=official
2 changes: 1 addition & 1 deletion 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=1.9.23
compose.version=1.6.1
compose.version=1.6.2
2 changes: 1 addition & 1 deletion 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=1.9.23
compose.version=1.6.1
compose.version=1.6.2
2 changes: 1 addition & 1 deletion ci/templates/multiplatform-template/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ android.enableJetifier=true
kotlin.code.style=official
kotlin.version=1.9.23
agp.version=8.0.2
compose.version=1.6.1
compose.version=1.6.2
2 changes: 1 addition & 1 deletion examples/chat/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ kotlin.mpp.androidSourceSetLayoutVersion=2
kotlin.native.binary.memoryModel=experimental
kotlin.version=1.9.23
agp.version=8.0.2
compose.version=1.6.1
compose.version=1.6.2
2 changes: 1 addition & 1 deletion examples/cocoapods-ios-example/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ android.minSdk=24
#Versions
kotlin.version=1.9.23
agp.version=8.0.2
compose.version=1.6.1
compose.version=1.6.2
2 changes: 1 addition & 1 deletion examples/codeviewer/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ kotlin.mpp.androidSourceSetLayoutVersion=2
kotlin.native.binary.memoryModel=experimental
kotlin.version=1.9.23
agp.version=8.0.2
compose.version=1.6.1
compose.version=1.6.2
2 changes: 1 addition & 1 deletion examples/graphics-2d/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ kotlin.mpp.androidSourceSetLayoutVersion=2
kotlin.native.binary.memoryModel=experimental
kotlin.version=1.9.23
agp.version=8.0.2
compose.version=1.6.1
compose.version=1.6.2

# TODO: remove when switching to 1.9.10. See: https://youtrack.jetbrains.com/issue/KT-60852
# usage: ./gradlew :jsApp:jsBrowserRun -Pworkaround.kotlin.js.kt60852=true
Expand Down
2 changes: 1 addition & 1 deletion 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=1.9.23
compose.version=1.6.1
compose.version=1.6.2
org.gradle.configuration-cache=true
org.gradle.caching=true
2 changes: 1 addition & 1 deletion 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=1.9.23
compose.version=1.6.1
compose.version=1.6.2
org.gradle.configuration-cache=true
org.gradle.caching=true
2 changes: 1 addition & 1 deletion 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=1.9.23
compose.version=1.6.1
compose.version=1.6.2
org.gradle.configuration-cache=true
org.gradle.caching=true
2 changes: 1 addition & 1 deletion 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=1.9.23
compose.version=1.6.1
compose.version=1.6.2
org.gradle.configuration-cache=true
org.gradle.caching=true
2 changes: 1 addition & 1 deletion examples/imageviewer/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ org.jetbrains.compose.experimental.jscanvas.enabled=true
org.jetbrains.compose.experimental.macos.enabled=true
kotlin.version=1.9.23
agp.version=8.0.2
compose.version=1.6.1
compose.version=1.6.2
2 changes: 1 addition & 1 deletion examples/intellij-plugin/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
kotlin.code.style=official
kotlin.version=1.9.23
compose.version=1.6.1
compose.version=1.6.2
org.gradle.configuration-cache=true
org.gradle.caching=true
2 changes: 1 addition & 1 deletion examples/interop/ios-compose-in-swiftui/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ kotlin.code.style=official
xcodeproj=./iosApp
org.gradle.jvmargs=-Xmx3g
kotlin.version=1.9.23
compose.version=1.6.1
compose.version=1.6.2
2 changes: 1 addition & 1 deletion examples/interop/ios-compose-in-uikit/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ org.gradle.jvmargs=-Xmx3g
# Enable kotlin/native experimental memory model
kotlin.native.binary.memoryModel=experimental
kotlin.version=1.9.23
compose.version=1.6.1
compose.version=1.6.2
2 changes: 1 addition & 1 deletion examples/interop/ios-swiftui-in-compose/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ org.gradle.jvmargs=-Xmx3g
# Enable kotlin/native experimental memory model
kotlin.native.binary.memoryModel=experimental
kotlin.version=1.9.23
compose.version=1.6.1
compose.version=1.6.2
2 changes: 1 addition & 1 deletion examples/interop/ios-uikit-in-compose/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ org.gradle.jvmargs=-Xmx3g
# Enable kotlin/native experimental memory model
kotlin.native.binary.memoryModel=experimental
kotlin.version=1.9.23
compose.version=1.6.1
compose.version=1.6.2
2 changes: 1 addition & 1 deletion examples/issues/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ android.useAndroidX=true
android.enableJetifier=true
kotlin.version=1.9.23
agp.version=8.0.2
compose.version=1.6.1
compose.version=1.6.2
2 changes: 1 addition & 1 deletion examples/notepad/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
org.gradle.jvmargs=-Xmx2048m -Dfile.encoding=UTF-8
kotlin.code.style=official
kotlin.version=1.9.23
compose.version=1.6.1
compose.version=1.6.2
org.gradle.configuration-cache=true
org.gradle.caching=true
2 changes: 1 addition & 1 deletion examples/todoapp-lite/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ kotlin.mpp.androidSourceSetLayoutVersion=2
kotlin.native.binary.memoryModel=experimental
kotlin.version=1.9.23
agp.version=8.0.2
compose.version=1.6.1
compose.version=1.6.2
2 changes: 1 addition & 1 deletion examples/widgets-gallery/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ kotlin.native.binary.memoryModel=experimental
kotlin.version=1.9.23
agp.version=8.0.2
# Replace this with release version when it comes out
compose.version=1.6.1
compose.version=1.6.2
2 changes: 1 addition & 1 deletion tutorials/HTML/Getting_Started/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ pluginManagement {
// Add compose gradle plugin
plugins {
kotlin("multiplatform") version "1.9.23"
id("org.jetbrains.compose") version "1.6.1"
id("org.jetbrains.compose") version "1.6.2"
}

// Add maven repositories
Expand Down

0 comments on commit 6a481b3

Please sign in to comment.