Browse Source

Update compose in preview example (#842)

pull/851/head
Alexey Tsvetkov 3 years ago committed by GitHub
parent
commit
f1db4c759b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      idea-plugin/examples/desktop-project/build.gradle.kts

4
idea-plugin/examples/desktop-project/build.gradle.kts

@ -3,7 +3,8 @@ import org.jetbrains.compose.compose
plugins {
// __KOTLIN_COMPOSE_VERSION__
kotlin("jvm") version "1.5.10"
id("org.jetbrains.compose") version "0.0.0-non-interactive-preview-build89-4"
// __LATEST_COMPOSE_RELEASE_VERSION__
id("org.jetbrains.compose") version "0.5.0-build229"
}
repositories {
@ -14,7 +15,6 @@ repositories {
dependencies {
implementation(compose.uiTooling)
implementation(compose.desktop.currentOs)
implementation("org.jetbrains.kotlin:kotlin-reflect")
}
compose.desktop {

Loading…
Cancel
Save