Browse Source

Switch all web examples and web template to 1.0.0-alpha1-rc1

update-web-docs
Shagen Ogandzhanian 3 years ago
parent
commit
16852696f5
  1. 2
      examples/falling_balls_with_web/build.gradle.kts
  2. 2
      examples/web-compose-bird/build.gradle.kts
  3. 2
      examples/web-getting-started/build.gradle.kts
  4. 2
      examples/web-with-react/build.gradle.kts
  5. 2
      examples/web_landing/build.gradle.kts
  6. 2
      templates/web-template/build.gradle.kts
  7. 4
      web/gradle.properties

2
examples/falling_balls_with_web/build.gradle.kts

@ -5,7 +5,7 @@ import org.jetbrains.compose.desktop.application.dsl.TargetFormat
// In case you want modify code, please, modify it there.
plugins {
kotlin("multiplatform") version "1.5.21"
id("org.jetbrains.compose") version "0.5.0-build270"
id("org.jetbrains.compose") version "1.0.0-alpha1-rc1"
}
version = "1.0-SNAPSHOT"

2
examples/web-compose-bird/build.gradle.kts

@ -3,7 +3,7 @@
// In case you want modify code, please, modify it there.
plugins {
kotlin("multiplatform") version "1.5.21"
id("org.jetbrains.compose") version "0.5.0-build270"
id("org.jetbrains.compose") version "1.0.0-alpha1-rc1"
}
group = "com.theapache64.composebird"
version = "1.0.0-alpha01"

2
examples/web-getting-started/build.gradle.kts

@ -2,7 +2,7 @@
// In case you want modify code, please, modify it there.
plugins {
kotlin("multiplatform") version "1.5.21"
id("org.jetbrains.compose") version "0.5.0-build270"
id("org.jetbrains.compose") version "1.0.0-alpha1-rc1"
}
repositories {

2
examples/web-with-react/build.gradle.kts

@ -2,7 +2,7 @@
// In case you want modify code, please, modify it there.
plugins {
kotlin("multiplatform") version "1.5.21"
id("org.jetbrains.compose") version "0.5.0-build270"
id("org.jetbrains.compose") version "1.0.0-alpha1-rc1"
}
repositories {

2
examples/web_landing/build.gradle.kts

@ -2,7 +2,7 @@
// In case you want modify code, please, modify it there.
plugins {
kotlin("multiplatform") version "1.5.21"
id("org.jetbrains.compose") version "0.5.0-build270"
id("org.jetbrains.compose") version "1.0.0-alpha1-rc1"
}
repositories {

2
templates/web-template/build.gradle.kts

@ -5,7 +5,7 @@ plugins {
// __KOTLIN_COMPOSE_VERSION__
kotlin("multiplatform") version "1.5.21"
// __LATEST_COMPOSE_RELEASE_VERSION__
id("org.jetbrains.compose") version ("0.5.0-build270")
id("org.jetbrains.compose") version ("1.0.0-alpha1-rc1")
}
repositories {

4
web/gradle.properties

@ -1,6 +1,6 @@
# __LATEST_COMPOSE_RELEASE_VERSION__
COMPOSE_CORE_VERSION=0.5.0-build270
COMPOSE_WEB_VERSION=0.5.0-build270
COMPOSE_CORE_VERSION=1.0.0-alpha1-rc1
COMPOSE_WEB_VERSION=1.0.0-alpha1-rc1
COMPOSE_WEB_BUILD_WITH_EXAMPLES=false
compose.web.buildSamples=false
compose.web.tests.integration.withFirefox

Loading…
Cancel
Save