mirror of
https://github.com/jlengrand/compose-multiplatform.git
synced 2026-03-10 08:11:20 +00:00
Switch web-getting-started to 0.0.0-web-dev-13
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
|
||||
plugins {
|
||||
kotlin("multiplatform") version "1.4.32"
|
||||
id("org.jetbrains.compose") version "0.0.0-web-dev-11"
|
||||
kotlin("multiplatform") version "1.5.0"
|
||||
id("org.jetbrains.compose") version "0.0.0-web-dev-13"
|
||||
}
|
||||
|
||||
repositories {
|
||||
@@ -17,7 +16,7 @@ kotlin {
|
||||
sourceSets {
|
||||
val jsMain by getting {
|
||||
dependencies {
|
||||
implementation(compose.web.web)
|
||||
implementation(compose.web.core)
|
||||
implementation(compose.runtime)
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
distributionBase=GRADLE_USER_HOME
|
||||
distributionPath=wrapper/dists
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-6.8-bin.zip
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-7.0.2-all.zip
|
||||
zipStoreBase=GRADLE_USER_HOME
|
||||
zipStorePath=wrapper/dists
|
||||
|
||||
Reference in New Issue
Block a user