Compose for Desktop and Web 1.0.1
This commit is contained in:
parent
d2acc790f8
commit
e3964652df
3 changed files with 4 additions and 2 deletions
|
@ -17,6 +17,8 @@ object Versions {
|
|||
const val navCompose = "2.4.0-rc01"
|
||||
const val accompanist = "0.22.0-rc"
|
||||
|
||||
const val composeDesktopWeb = "1.0.1"
|
||||
|
||||
const val junit = "4.12"
|
||||
const val androidXTestJUnit = "1.1.3"
|
||||
const val testCore = "1.3.0"
|
||||
|
|
|
@ -3,7 +3,7 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
|
|||
|
||||
plugins {
|
||||
kotlin("jvm")
|
||||
id("org.jetbrains.compose") version "1.0.1-rc2"
|
||||
id("org.jetbrains.compose") version Versions.composeDesktopWeb
|
||||
application
|
||||
}
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
plugins {
|
||||
kotlin("multiplatform")
|
||||
id("org.jetbrains.compose") version "1.0.1-rc2"
|
||||
id("org.jetbrains.compose") version Versions.composeDesktopWeb
|
||||
}
|
||||
|
||||
version = "1.0"
|
||||
|
|
Loading…
Reference in a new issue