Browse Source

Fix notepad example

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

1
examples/notepad/build.gradle.kts

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

Loading…
Cancel
Save