Skip to content

Commit

Permalink
Update artifact version in web tutorial to 0.5.0-build222
Browse files Browse the repository at this point in the history
  • Loading branch information
Schahen committed Jun 9, 2021
1 parent 192f360 commit 90d7933
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tutorials/Web/Getting_Started/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ pluginManagement {
// Add compose gradle plugin
plugins {
kotlin("multiplatform") version "1.5.10"
id("org.jetbrains.compose") version "0.0.0-web-dev-14"
id("org.jetbrains.compose") version "0.5.0-build222"
}

// Add maven repositories
Expand Down

0 comments on commit 90d7933

Please sign in to comment.