Browse Source

Update README.md

pull/417/head
Igor Demin 4 years ago committed by GitHub
parent
commit
c8f1a3df32
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      tutorials/Getting_Started/README.md

6
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.4.30" kotlin("jvm") version "1.4.30"
id("org.jetbrains.compose") version "0.3.0-build152" id("org.jetbrains.compose") version "0.3.0"
} }
``` ```
@ -71,8 +71,8 @@ Then create `build.gradle.kts` with the following content:
import org.jetbrains.compose.compose import org.jetbrains.compose.compose
plugins { plugins {
kotlin("jvm") version "1.4.21-2" kotlin("jvm") version "1.4.30"
id("org.jetbrains.compose") version "0.3.0-build146" id("org.jetbrains.compose") version "0.3.0"
} }
repositories { repositories {

Loading…
Cancel
Save