Skip to content

Commit

Permalink
todoapp and experimental to 1.2.0-rc02
Browse files Browse the repository at this point in the history
  • Loading branch information
dima-avdeev-jb committed Oct 11, 2022
1 parent 308a1f1 commit 09ee6b8
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion examples/todoapp/buildSrc/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# TODO can we get rid of duplication with root gradle.properties?
kotlin.version=1.7.10
compose.version=1.2.0-rc01
compose.version=1.2.0-rc02
2 changes: 1 addition & 1 deletion experimental/examples/chat-mpp/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ kotlin.mpp.enableGranularSourceSetsMetadata=true
kotlin.native.binary.memoryModel=experimental
compose.desktop.verbose=true
android.useAndroidX=true
compose.version=1.2.0-rc01
compose.version=1.2.0-rc02
kotlin.version=1.7.10
agp.version=7.0.4
kotlin.js.webpack.major.version=4
Expand Down
2 changes: 1 addition & 1 deletion experimental/examples/falling-balls-mpp/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
org.gradle.jvmargs=-Xmx3g
compose.version=1.2.0-rc01
compose.version=1.2.0-rc02
kotlin.version=1.7.10
kotlin.code.style=official
kotlin.native.cacheKind=none
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
kotlin.stdlib.default.dependency=false
kotlin.code.style=official
kotlin.version=1.7.10
compose.version=1.2.0-rc01
compose.version=1.2.0-rc02

2 changes: 1 addition & 1 deletion experimental/examples/minesweeper/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ buildscript {

plugins {
kotlin("multiplatform") version "1.7.10"
id("org.jetbrains.compose") version "1.2.0-rc01"
id("org.jetbrains.compose") version "1.2.0-rc02"
}

version = "1.0-SNAPSHOT"
Expand Down

0 comments on commit 09ee6b8

Please sign in to comment.