mirror of
https://github.com/jlengrand/compose-multiplatform.git
synced 2026-03-10 08:11:20 +00:00
Compose 1.2.1 (#2453)
This commit is contained in:
@@ -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 {
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user