Skip to content

Commit

Permalink
Fix notepad example
Browse files Browse the repository at this point in the history
  • Loading branch information
igordmn committed Mar 13, 2022
1 parent aaaa690 commit 2b89586
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/notepad/build.gradle.kts
Expand Up @@ -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 {
Expand Down

0 comments on commit 2b89586

Please sign in to comment.