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