diff --git a/tutorials/Getting_Started/README.md b/tutorials/Getting_Started/README.md index 48f5c91220..4bbc7cb880 100644 --- a/tutorials/Getting_Started/README.md +++ b/tutorials/Getting_Started/README.md @@ -36,7 +36,7 @@ The Сompose plugin version used in the wizard above may be not the last. Update ``` plugins { kotlin("jvm") version "1.4.30" - id("org.jetbrains.compose") version "0.3.0-build152" + id("org.jetbrains.compose") version "0.3.0" } ``` @@ -71,8 +71,8 @@ Then create `build.gradle.kts` with the following content: import org.jetbrains.compose.compose plugins { - kotlin("jvm") version "1.4.21-2" - id("org.jetbrains.compose") version "0.3.0-build146" + kotlin("jvm") version "1.4.30" + id("org.jetbrains.compose") version "0.3.0" } repositories {