mirror of
https://github.com/jlengrand/compose-multiplatform.git
synced 2026-03-10 08:11:20 +00:00
Update README.md
This commit is contained in:
@@ -45,8 +45,8 @@ Then create `build.gradle.kts` with the following content:
|
||||
import org.jetbrains.compose.compose
|
||||
|
||||
plugins {
|
||||
kotlin("jvm") version "1.4.0"
|
||||
id("org.jetbrains.compose") version "0.1.0-m1-build62"
|
||||
kotlin("jvm") version "1.4.20"
|
||||
id("org.jetbrains.compose") version "0.2.0-build131"
|
||||
}
|
||||
|
||||
repositories {
|
||||
|
||||
Reference in New Issue
Block a user