Skip to content

Commit 4b6ce5c

Browse files
committed
Fix desktop sample compilation
1 parent 46efc8c commit 4b6ce5c

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

sample-desktop/build.gradle.kts

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,12 @@ plugins {
77
}
88

99
kotlin {
10-
jvm {
11-
withJava()
12-
}
10+
jvm()
1311
sourceSets {
1412
val jvmMain by getting {
1513
dependencies {
1614
implementation(compose.desktop.currentOs)
15+
implementation(libs.compose.icons)
1716
implementation(project(":compose-action-menu"))
1817
}
1918
}

0 commit comments

Comments
 (0)