Skip to content

Commit 54a9b77

Browse files
turanskyrecheej
authored andcommitted
Include 'javafx' project for JDK 11+ (Kotlin#2022)
1 parent 2c66ac8 commit 54a9b77

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

settings.gradle

+3-1
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)