Browse Source

Update README.md

pull/145/head
Nikolay Igotti 4 years ago committed by GitHub
parent
commit
cbd97aa432
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

@ -45,8 +45,8 @@ Then create `build.gradle.kts` with the following content:
import org.jetbrains.compose.compose
plugins {
kotlin("jvm") version "1.4.0"
id("org.jetbrains.compose") version "0.1.0-m1-build62"
kotlin("jvm") version "1.4.20"
id("org.jetbrains.compose") version "0.2.0-build131"
}
repositories {

Loading…
Cancel
Save