Browse Source

Update compose version to 1.1.0 (#1935)

redirect
Nthily 2 years ago committed by GitHub
parent
commit
22bd94be6f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      tutorials/Getting_Started/README.md

4
tutorials/Getting_Started/README.md

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

Loading…
Cancel
Save