From cbd97aa4325134708937fb27f82b1fe78ca65c1f Mon Sep 17 00:00:00 2001 From: Nikolay Igotti Date: Thu, 26 Nov 2020 13:05:41 +0300 Subject: [PATCH] Update README.md --- tutorials/Getting_Started/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tutorials/Getting_Started/README.md b/tutorials/Getting_Started/README.md index e7a25d4809..64835270ff 100644 --- a/tutorials/Getting_Started/README.md +++ b/tutorials/Getting_Started/README.md @@ -45,8 +45,8 @@ Then create `build.gradle.kts` with the following content: import org.jetbrains.compose.compose plugins { - kotlin("jvm") version "1.4.0" - id("org.jetbrains.compose") version "0.1.0-m1-build62" + kotlin("jvm") version "1.4.20" + id("org.jetbrains.compose") version "0.2.0-build131" } repositories {