Browse Source

Update version in template

EXAMPLES_226
Shagen Ogandzhanian 3 years ago
parent
commit
ee8a16367e
  1. 2
      templates/web-template/build.gradle.kts

2
templates/web-template/build.gradle.kts

@ -5,7 +5,7 @@ plugins {
// __KOTLIN_COMPOSE_VERSION__
kotlin("multiplatform") version "1.5.10"
// __LATEST_COMPOSE_RELEASE_VERSION__
id("org.jetbrains.compose") version ("0.5.0-build225")
id("org.jetbrains.compose") version ("0.5.0-build226")
}
repositories {

Loading…
Cancel
Save