Browse Source

Fix notepad example

pull/1958/head
Igor Demin 3 years ago
parent
commit
8ae418457e
  1. 1
      examples/notepad/build.gradle.kts

1
examples/notepad/build.gradle.kts

@ -15,6 +15,7 @@ repositories {
dependencies { dependencies {
implementation(compose.desktop.currentOs) implementation(compose.desktop.currentOs)
implementation(compose.materialIconsExtended) implementation(compose.materialIconsExtended)
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-swing:1.6.0")
} }
compose.desktop { compose.desktop {

Loading…
Cancel
Save