Skip to content

Commit

Permalink
Include 'javafx' project for JDK 11+ (#2022)
Browse files Browse the repository at this point in the history
  • Loading branch information
turansky authored May 15, 2020
1 parent 397f10e commit 2c99a10
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,9 @@ module('reactive/kotlinx-coroutines-rx2')
module('reactive/kotlinx-coroutines-rx3')
module('ui/kotlinx-coroutines-android')
module('ui/kotlinx-coroutines-android/android-unit-tests')
module('ui/kotlinx-coroutines-javafx')
if (JavaVersion.current().isJava11Compatible()) {
module('ui/kotlinx-coroutines-javafx')
}
module('ui/kotlinx-coroutines-swing')

module('js/js-stub')
Expand Down

0 comments on commit 2c99a10

Please # to comment.