Browse Source

Update README.md

sync/2021-07-12
Igor Demin 3 years ago committed by GitHub
parent
commit
94c3b9270a
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

@ -36,7 +36,7 @@ The Сompose plugin version used in the wizard above may be not the last. Update
``` ```
plugins { plugins {
kotlin("jvm") version "1.5.10" kotlin("jvm") version "1.5.10"
id("org.jetbrains.compose") version "0.5.0-build225" id("org.jetbrains.compose") version "0.5.0-build235"
} }
``` ```
@ -72,7 +72,7 @@ import org.jetbrains.compose.compose
plugins { plugins {
kotlin("jvm") version "1.5.10" kotlin("jvm") version "1.5.10"
id("org.jetbrains.compose") version "0.5.0-build225" id("org.jetbrains.compose") version "0.5.0-build235"
} }
repositories { repositories {

Loading…
Cancel
Save