Update compose version to 1.1.0 (#1935)

This commit is contained in:
Nthily
2022-03-09 04:21:17 +08:00
committed by GitHub
parent 1375acf8cc
commit 22bd94be6f

View File

@@ -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 {