mirror of
https://github.com/jlengrand/compose-multiplatform.git
synced 2026-03-10 15:48:51 +00:00
Web/update tutorials and examples (#942)
* web: Update tutorials (to use 0.5.0-build270) * web: Update examples (to use 0.5.0-build270 and kotlin 1.5.21) Co-authored-by: Oleksandr Karpovich <oleksandr.karpovich@jetbrains.com>
This commit is contained in:
committed by
GitHub
parent
0ed5aa650a
commit
b41344ef41
@@ -1,6 +1,6 @@
|
||||
# Getting Started With Compose for Web
|
||||
|
||||
**The API is experimental, and breaking changes can be expected**
|
||||
**The API is not finalized, and breaking changes can be expected**
|
||||
|
||||
## Introduction
|
||||
|
||||
@@ -42,8 +42,8 @@ pluginManagement {
|
||||
``` kotlin
|
||||
// Add compose gradle plugin
|
||||
plugins {
|
||||
kotlin("multiplatform") version "1.5.10"
|
||||
id("org.jetbrains.compose") version "0.5.0-build228"
|
||||
kotlin("multiplatform") version "1.5.21"
|
||||
id("org.jetbrains.compose") version "0.5.0-build270"
|
||||
}
|
||||
|
||||
// Add maven repositories
|
||||
|
||||
Reference in New Issue
Block a user