mirror of
https://github.com/jlengrand/compose-multiplatform.git
synced 2026-03-10 08:11:20 +00:00
Update compose version to 1.1.0 (#1935)
This commit is contained in:
@@ -44,7 +44,7 @@ The Compose plugin version used in the wizard above may be not the last. Update
|
||||
```
|
||||
plugins {
|
||||
kotlin("jvm") version "1.6.10"
|
||||
id("org.jetbrains.compose") version "1.1.0-rc01"
|
||||
id("org.jetbrains.compose") version "1.1.0"
|
||||
}
|
||||
```
|
||||
|
||||
@@ -80,7 +80,7 @@ import org.jetbrains.compose.compose
|
||||
|
||||
plugins {
|
||||
kotlin("jvm") version "1.6.10"
|
||||
id("org.jetbrains.compose") version "1.1.0-rc01"
|
||||
id("org.jetbrains.compose") version "1.1.0"
|
||||
}
|
||||
|
||||
repositories {
|
||||
|
||||
Reference in New Issue
Block a user