Skip to content

Commit f6be281

Browse files
authored
Update build.gradle.kts
1 parent 054c52e commit f6be281

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

sample/app-jvm/build.gradle.kts

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,6 @@ plugins {
66
alias(libs.plugins.compose.compiler)
77
}
88

9-
sourceSets.main {
10-
java.srcDir("kotlin")
11-
}
12-
139
dependencies {
1410
implementation(projects.sample.shared)
1511
implementation(libs.kotlin.coroutines.swing)
@@ -25,4 +21,4 @@ compose.desktop {
2521
packageVersion = "1.0.0"
2622
}
2723
}
28-
}
24+
}

0 commit comments

Comments
 (0)