Browse Source

Update web tutorial

pull/771/head
Shagen Ogandzhanian 3 years ago
parent
commit
192f360dbe
  1. 4
      templates/web-template/build.gradle.kts

4
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.0.0-web-dev-14")
id("org.jetbrains.compose") version ("0.5.0-build222")
}
repositories {
@ -29,4 +29,4 @@ kotlin {
}
}
}
}
}

Loading…
Cancel
Save