diff --git a/examples/falling_balls_with_web/build.gradle.kts b/examples/falling_balls_with_web/build.gradle.kts index 7c8cb3e7f4..17941ea3b6 100644 --- a/examples/falling_balls_with_web/build.gradle.kts +++ b/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" diff --git a/examples/web-compose-bird/build.gradle.kts b/examples/web-compose-bird/build.gradle.kts index 62195a30ce..cf79af061a 100644 --- a/examples/web-compose-bird/build.gradle.kts +++ b/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" diff --git a/examples/web-getting-started/build.gradle.kts b/examples/web-getting-started/build.gradle.kts index 7fe49e2f78..33a1f48410 100644 --- a/examples/web-getting-started/build.gradle.kts +++ b/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 { diff --git a/examples/web-with-react/build.gradle.kts b/examples/web-with-react/build.gradle.kts index 50edbe6d8f..897d56b241 100644 --- a/examples/web-with-react/build.gradle.kts +++ b/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 { diff --git a/examples/web_landing/build.gradle.kts b/examples/web_landing/build.gradle.kts index fba83d7de9..4d4927c342 100644 --- a/examples/web_landing/build.gradle.kts +++ b/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 { diff --git a/templates/web-template/build.gradle.kts b/templates/web-template/build.gradle.kts index f296956603..e42200d588 100644 --- a/templates/web-template/build.gradle.kts +++ b/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 { diff --git a/web/gradle.properties b/web/gradle.properties index e7cb6d513f..bee463aeb2 100644 --- a/web/gradle.properties +++ b/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