Skip to content
Snippets Groups Projects
Commit 192f360d authored by Shagen Ogandzhanian's avatar Shagen Ogandzhanian
Browse files

Update web tutorial

parent 0992de69
No related branches found
No related tags found
No related merge requests found
...@@ -5,7 +5,7 @@ plugins { ...@@ -5,7 +5,7 @@ plugins {
// __KOTLIN_COMPOSE_VERSION__ // __KOTLIN_COMPOSE_VERSION__
kotlin("multiplatform") version "1.5.10" kotlin("multiplatform") version "1.5.10"
// __LATEST_COMPOSE_RELEASE_VERSION__ // __LATEST_COMPOSE_RELEASE_VERSION__
id("org.jetbrains.compose") version ("0.0.0-web-dev-14") id("org.jetbrains.compose") version ("0.5.0-build222")
} }
repositories { repositories {
...@@ -29,4 +29,4 @@ kotlin { ...@@ -29,4 +29,4 @@ kotlin {
} }
} }
} }
} }
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment