Skip to content
Snippets Groups Projects
Unverified Commit c8f1a3df authored by Igor Demin's avatar Igor Demin Committed by GitHub
Browse files

Update README.md

parent 10e99c20
No related branches found
No related tags found
No related merge requests found
...@@ -36,7 +36,7 @@ The Сompose plugin version used in the wizard above may be not the last. Update ...@@ -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: ...@@ -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 {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment