Skip to content

Commit 2c99a10

Browse files
authored
Include 'javafx' project for JDK 11+ (#2022)
1 parent 397f10e commit 2c99a10

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

settings.gradle

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,9 @@ module('reactive/kotlinx-coroutines-rx2')
4747
module('reactive/kotlinx-coroutines-rx3')
4848
module('ui/kotlinx-coroutines-android')
4949
module('ui/kotlinx-coroutines-android/android-unit-tests')
50-
module('ui/kotlinx-coroutines-javafx')
50+
if (JavaVersion.current().isJava11Compatible()) {
51+
module('ui/kotlinx-coroutines-javafx')
52+
}
5153
module('ui/kotlinx-coroutines-swing')
5254

5355
module('js/js-stub')

0 commit comments

Comments
 (0)