Skip to content

Commit

Permalink
Update README.md for 1.0.0-dev.31.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sellmair committed Dec 3, 2024
1 parent 8e95392 commit 04c7697
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@ dependencyResolutionManagement {

```kotlin
plugins {
kotlin("multiplatform") version "2.1.0-firework.29" // <- Use special builds of Kotlin
kotlin("plugin.compose") version "2.1.0-firework.29" // <- Use special builds of Kotlin/Compose Compiler
kotlin("multiplatform") version "2.1.0-firework.31" // <- Use special builds of Kotlin
kotlin("plugin.compose") version "2.1.0-firework.31" // <- Use special builds of Kotlin/Compose Compiler
id("org.jetbrains.compose")
id("org.jetbrains.compose-hot-reload") version "1.0.0-dev.29.3" // <- add this additionally
id("org.jetbrains.compose-hot-reload") version "1.0.0-dev.31.1" // <- add this additionally
}
```

Expand Down

0 comments on commit 04c7697

Please sign in to comment.