From a1e9faf9477336d2ebac7b13a97e7c34aab6958b Mon Sep 17 00:00:00 2001 From: Nikolay Igotti Date: Wed, 2 Dec 2020 13:54:12 +0300 Subject: [PATCH] Update README.md --- tutorials/Getting_Started/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/Getting_Started/README.md b/tutorials/Getting_Started/README.md index 750a47a004..7622b7cbd6 100644 --- a/tutorials/Getting_Started/README.md +++ b/tutorials/Getting_Started/README.md @@ -62,7 +62,7 @@ import org.jetbrains.compose.compose plugins { kotlin("jvm") version "1.4.20" - id("org.jetbrains.compose") version "0.2.0-build131" + id("org.jetbrains.compose") version "0.2.0-build132" } repositories {