Skip to content

Commit

Permalink
Update web tutorial
Browse files Browse the repository at this point in the history
  • Loading branch information
Schahen committed Jun 9, 2021
1 parent 0992de6 commit 192f360
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/web-template/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
// __KOTLIN_COMPOSE_VERSION__
kotlin("multiplatform") version "1.5.10"
// __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 {
Expand All @@ -29,4 +29,4 @@ kotlin {
}
}
}
}
}

0 comments on commit 192f360

Please sign in to comment.