mirror of
https://github.com/jlengrand/compose-multiplatform.git
synced 2026-03-10 08:11:20 +00:00
update experimental samples compose (1.2.0-alpha01-dev675) and kotlin 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
This commit is contained in:
@@ -163,9 +163,6 @@ compose.experimental {
|
||||
//Usage: ./gradlew iosDeployIPadDebug
|
||||
device = IOSDevices.IPAD_MINI_6th_Gen
|
||||
}
|
||||
connectedDevice("Device") {
|
||||
//Usage: ./gradlew iosDeployDeviceRelease
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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"
|
||||
@@ -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
|
||||
}
|
||||
// }
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user