Skip to content

Commit b8fac16

Browse files
committed
Fix the JavaFX build configuration
1 parent 29333cd commit b8fac16

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

ui/kotlinx-coroutines-javafx/build.gradle.kts

+1-2
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,7 @@ javafx {
2626
tasks {
2727
test {
2828
extensions.configure(org.javamodularity.moduleplugin.extensions.TestModuleOptions::class) {
29-
addReads["kotlinx.coroutines.core"] = "junit"
30-
addReads["kotlinx.coroutines.core"] = "kotlin.test"
29+
addReads["kotlinx.coroutines.core"] = "junit,kotlin.test"
3130
addReads["kotlinx.coroutines.javafx"] = "kotlin.test"
3231
}
3332
jvmArgs = listOf(

0 commit comments

Comments
 (0)