We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29333cd commit b8fac16Copy full SHA for b8fac16
ui/kotlinx-coroutines-javafx/build.gradle.kts
@@ -26,8 +26,7 @@ javafx {
26
tasks {
27
test {
28
extensions.configure(org.javamodularity.moduleplugin.extensions.TestModuleOptions::class) {
29
- addReads["kotlinx.coroutines.core"] = "junit"
30
- addReads["kotlinx.coroutines.core"] = "kotlin.test"
+ addReads["kotlinx.coroutines.core"] = "junit,kotlin.test"
31
addReads["kotlinx.coroutines.javafx"] = "kotlin.test"
32
}
33
jvmArgs = listOf(
0 commit comments