Skip to content

Commit

Permalink
Remove platform-specific dependencies on JavaFx artifacts
Browse files Browse the repository at this point in the history
Fixes #2360
  • Loading branch information
elizarov committed Nov 5, 2020
1 parent 865c229 commit 8d16a66
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ui/kotlinx-coroutines-javafx/build.gradle.kts
Expand Up @@ -3,13 +3,13 @@
*/

plugins {
id("org.openjfx.javafxplugin")
id("org.openjfx.javafxplugin") version "0.0.9"
}

javafx {
version = version("javafx")
modules = listOf("javafx.controls")
configuration = "compile"
configuration = "compileOnly"
}

val JDK_18: String? by lazy {
Expand Down

0 comments on commit 8d16a66

Please sign in to comment.