Compose 1.2.0-rc02

This commit is contained in:
Igor Demin
2022-10-11 17:49:32 +02:00
parent 00207fc59a
commit 37e33fba29
24 changed files with 29 additions and 27 deletions

View File

@@ -44,8 +44,8 @@ The Compose plugin version used in the wizard above might not be the latest. Upd
For the latest versions, see the [latest versions](https://github.com/JetBrains/compose-jb/releases) site and the [Kotlin](https://kotlinlang.org/) site.
```
plugins {
kotlin("jvm") version "1.6.10"
id("org.jetbrains.compose") version "1.2.0-rc01"
kotlin("jvm") version "1.7.20"
id("org.jetbrains.compose") version "1.2.0-rc02"
}
```
@@ -80,8 +80,8 @@ Then create `build.gradle.kts` with the following content:
import org.jetbrains.compose.compose
plugins {
kotlin("jvm") version "1.6.10"
id("org.jetbrains.compose") version "1.2.0-rc01"
kotlin("jvm") version "1.7.20"
id("org.jetbrains.compose") version "1.2.0-rc02"
}
repositories {