Skip to content
Snippets Groups Projects
Unverified Commit 11c7e524 authored by Quentin Dommerc's avatar Quentin Dommerc Committed by GitHub
Browse files

Fix typo in README.md (#420)

parent c8f1a3df
No related branches found
No related tags found
No related merge requests found
...@@ -32,7 +32,7 @@ packaging JDK 14 or later must be used. ...@@ -32,7 +32,7 @@ packaging JDK 14 or later must be used.
### Update the wizard plugin ### Update the wizard plugin
The Сompose plugin version used in the wizard above may be not the last. Update the version of the plugin to the latest available by editing the `build.gradle.kts` file, finding and updating the version information as shown below. In this example the latest version of the plugin was 0.3.0-build152 and a compatible version of kotlin was 1.4.30. For the latest versions, see the [latest versins](https://github.com/JetBrains/compose-jb/tags) site and the [Kotlin](https://kotlinlang.org/) site. The Сompose plugin version used in the wizard above may be not the last. Update the version of the plugin to the latest available by editing the `build.gradle.kts` file, finding and updating the version information as shown below. In this example the latest version of the plugin was 0.3.0-build152 and a compatible version of kotlin was 1.4.30. For the latest versions, see the [latest versions](https://github.com/JetBrains/compose-jb/tags) site and the [Kotlin](https://kotlinlang.org/) site.
``` ```
plugins { plugins {
kotlin("jvm") version "1.4.30" kotlin("jvm") version "1.4.30"
......
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