From 165e3beeb22de3df23d89d5ad56e23c0b37dffab Mon Sep 17 00:00:00 2001 From: Oleksandr Karpovich Date: Tue, 4 May 2021 10:46:46 +0200 Subject: [PATCH] Update the compose-web Getting Started tutorial --- tutorials/Web/Getting_Started/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/Web/Getting_Started/README.md b/tutorials/Web/Getting_Started/README.md index 03ae45f919..01c3921426 100644 --- a/tutorials/Web/Getting_Started/README.md +++ b/tutorials/Web/Getting_Started/README.md @@ -43,7 +43,7 @@ pluginManagement { // Add compose gradle plugin plugins { kotlin("multiplatform") version "1.4.32" - id("org.jetbrains.compose") version "0.0.0-web-dev-5" + id("org.jetbrains.compose") version "0.0.0-web-dev-11" } // Add maven repositories