mirror of
https://github.com/jlengrand/compose-multiplatform.git
synced 2026-05-11 00:01:22 +00:00
Update web tutorial
This commit is contained in:
@@ -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 {
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user