|
|
@ -44,7 +44,7 @@ The Compose plugin version used in the wizard above may be not the last. Update |
|
|
|
``` |
|
|
|
``` |
|
|
|
plugins { |
|
|
|
plugins { |
|
|
|
kotlin("jvm") version "1.6.10" |
|
|
|
kotlin("jvm") version "1.6.10" |
|
|
|
id("org.jetbrains.compose") version "1.1.0-rc01" |
|
|
|
id("org.jetbrains.compose") version "1.1.0" |
|
|
|
} |
|
|
|
} |
|
|
|
``` |
|
|
|
``` |
|
|
|
|
|
|
|
|
|
|
@ -80,7 +80,7 @@ import org.jetbrains.compose.compose |
|
|
|
|
|
|
|
|
|
|
|
plugins { |
|
|
|
plugins { |
|
|
|
kotlin("jvm") version "1.6.10" |
|
|
|
kotlin("jvm") version "1.6.10" |
|
|
|
id("org.jetbrains.compose") version "1.1.0-rc01" |
|
|
|
id("org.jetbrains.compose") version "1.1.0" |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
repositories { |
|
|
|
repositories { |
|
|
|