From c8f1a3df3253d3588ee444d08a767bd88c0f3e37 Mon Sep 17 00:00:00 2001 From: Igor Demin Date: Tue, 23 Feb 2021 13:28:06 +0300 Subject: [PATCH] Update README.md --- tutorials/Getting_Started/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 {