Browse Source

Update README.md

pull/383/head 0.3.0-build153
Nikolay Igotti 3 years ago committed by GitHub
parent
commit
254251c844
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      tutorials/Getting_Started/README.md

3
tutorials/Getting_Started/README.md

@ -31,7 +31,8 @@ packaging JDK 14 or later must be used.
![Create new project 3](screen5.png)
### Update the wizard plugin
The compose plugin version used in the wizard above may be out of date. 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 [compose-jb](https://github.com/JetBrains/compose-jb/tags) github site and the JetBrains [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 versins](https://github.com/JetBrains/compose-jb/tags) site and the [Kotlin](https://kotlinlang.org/) site.
```
plugins {
kotlin("jvm") version "1.4.30"

Loading…
Cancel
Save