|
|
@ -6,7 +6,7 @@ plugins { |
|
|
|
// __KOTLIN_COMPOSE_VERSION__ |
|
|
|
// __KOTLIN_COMPOSE_VERSION__ |
|
|
|
kotlin("jvm") version "1.5.21" |
|
|
|
kotlin("jvm") version "1.5.21" |
|
|
|
// __LATEST_COMPOSE_RELEASE_VERSION__ |
|
|
|
// __LATEST_COMPOSE_RELEASE_VERSION__ |
|
|
|
id("org.jetbrains.compose") version "0.5.0-build270" |
|
|
|
id("org.jetbrains.compose") version "1.0.0-alpha1-rc1" |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
group = "me.user" |
|
|
|
group = "me.user" |
|
|
@ -14,12 +14,12 @@ version = "1.0" |
|
|
|
|
|
|
|
|
|
|
|
repositories { |
|
|
|
repositories { |
|
|
|
mavenCentral() |
|
|
|
mavenCentral() |
|
|
|
|
|
|
|
google() |
|
|
|
maven { url = uri("https://maven.pkg.jetbrains.space/public/p/compose/dev") } |
|
|
|
maven { url = uri("https://maven.pkg.jetbrains.space/public/p/compose/dev") } |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
dependencies { |
|
|
|
dependencies { |
|
|
|
implementation(compose.desktop.currentOs) |
|
|
|
implementation(compose.desktop.currentOs) |
|
|
|
implementation(compose.uiTooling) |
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
tasks.withType<KotlinCompile>() { |
|
|
|
tasks.withType<KotlinCompile>() { |
|
|
|