mirror of
https://github.com/jlengrand/compose-multiplatform.git
synced 2026-03-10 08:11:20 +00:00
Move to 1.0.0-alpha1
This commit is contained in:
@@ -23,6 +23,7 @@ val composeVersion: String by lazy {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation("org.jetbrains.compose.desktop:desktop-jvm-macos-x64:$composeVersion")
|
||||
implementation("org.jetbrains.compose.desktop:desktop-jvm-linux-x64:$composeVersion")
|
||||
}
|
||||
|
||||
@@ -82,4 +83,4 @@ class ComposeUberJarProperties {
|
||||
inline fun <reified T> Project.typedProperty(name: String): T? =
|
||||
project.findProperty(name) as? T
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
# __LATEST_COMPOSE_RELEASE_VERSION__
|
||||
compose.version=0.5.0-build262
|
||||
compose.version=1.0.0-alpha1
|
||||
kotlin.code.style=official
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
distributionBase=GRADLE_USER_HOME
|
||||
distributionPath=wrapper/dists
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-6.6.1-all.zip
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-7.1.1-bin.zip
|
||||
zipStoreBase=GRADLE_USER_HOME
|
||||
zipStorePath=wrapper/dists
|
||||
|
||||
Reference in New Issue
Block a user