Skip to content
Snippets Groups Projects
Commit 809d83b1 authored by Oleksandr Karpovich's avatar Oleksandr Karpovich
Browse files

Update compose-web `Getting Started` tutorial with a new kotlin and compose versions

parent a1d2f866
No related branches found
No related tags found
No related merge requests found
......@@ -42,8 +42,8 @@ pluginManagement {
```kotlin
// Add compose gradle plugin
plugins {
kotlin("multiplatform") version "1.4.32"
id("org.jetbrains.compose") version "0.0.0-web-dev-11"
kotlin("multiplatform") version "1.5.0"
id("org.jetbrains.compose") version "0.0.0-web-dev-13"
}
// Add maven repositories
......@@ -61,7 +61,7 @@ kotlin {
sourceSets {
val jsMain by getting {
dependencies {
implementation(compose.web.web)
implementation(compose.web.core)
implementation(compose.runtime)
}
}
......
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