Skip to content

Commit

Permalink
update experimental samples compose (1.2.0-alpha01-dev675) and kotlin…
Browse files Browse the repository at this point in the history
… version (1.6.21) (#2047)

* update compose version in experimental/examples (version 1.2.0-alpha01-dev675)

* experimental/examples kotlin 1.6.21

* experimental/samples gradle wrapper 7.4.2
  • Loading branch information
dima-avdeev-jb authored May 2, 2022
1 parent c1c7f88 commit 3221d7c
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 11 deletions.
3 changes: 0 additions & 3 deletions experimental/examples/falling-balls-mpp/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -163,9 +163,6 @@ compose.experimental {
//Usage: ./gradlew iosDeployIPadDebug
device = IOSDevices.IPAD_MINI_6th_Gen
}
connectedDevice("Device") {
//Usage: ./gradlew iosDeployDeviceRelease
}
}
}
}
Expand Down
4 changes: 2 additions & 2 deletions experimental/examples/falling-balls-mpp/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
org.gradle.jvmargs=-Xmx3g
compose.version=1.2.0-alpha01-dev620
kotlin.version=1.6.10
compose.version=1.2.0-alpha01-dev675
kotlin.version=1.6.21
kotlin.code.style=official
kotlin.native.cacheKind=none
kotlin.native.useEmbeddableCompilerJar=true
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-7.3.3-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-7.4.2-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
8 changes: 4 additions & 4 deletions experimental/examples/minesweeper/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ buildscript {
}

plugins {
kotlin("multiplatform") version "1.6.10"
id("org.jetbrains.compose") version "1.2.0-alpha01-dev620"
kotlin("multiplatform") version "1.6.21"
id("org.jetbrains.compose") version "1.2.0-alpha01-dev675"
}

version = "1.0-SNAPSHOT"
Expand Down Expand Up @@ -164,9 +164,9 @@ compose.experimental {
//Usage: ./gradlew iosDeployIPadDebug
device = IOSDevices.IPAD_MINI_6th_Gen
}
connectedDevice("Device") {
// connectedDevice("Device") { //todo lazy init (compose.ios.teamId=*** in local.properties)
//Usage: ./gradlew iosDeployDeviceRelease
}
// }
}
}
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-7.1.1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-7.4.2-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit 3221d7c

Please sign in to comment.