Compose 1.2.1 (#2453)

This commit is contained in:
Igor Demin
2022-11-07 14:46:37 +01:00
committed by GitHub
parent 04c49a729a
commit 63846c63c0
30 changed files with 180 additions and 151 deletions

View File

@@ -45,7 +45,7 @@ For the latest versions, see the [latest versions](https://github.com/JetBrains/
```
plugins {
kotlin("jvm") version "1.7.20"
id("org.jetbrains.compose") version "1.2.0"
id("org.jetbrains.compose") version "1.2.1"
}
```
@@ -79,7 +79,7 @@ Then create `build.gradle.kts` with the following content:
``` kotlin
plugins {
kotlin("jvm") version "1.7.20"
id("org.jetbrains.compose") version "1.2.0"
id("org.jetbrains.compose") version "1.2.1"
}
repositories {

View File

@@ -38,8 +38,8 @@ pluginManagement {
``` kotlin
// Add compose gradle plugin
plugins {
kotlin("multiplatform") version "1.7.10"
id("org.jetbrains.compose") version "1.2.0"
kotlin("multiplatform") version "1.7.20"
id("org.jetbrains.compose") version "1.2.1"
}
// Add maven repositories