Skip to content

Commit c07f04b

Browse files
committed
Add javafx dependency to the Swing integration
1 parent c8eed9b commit c07f04b

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

ui/kotlinx-coroutines-swing/build.gradle

+11-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22
* Copyright 2016-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license.
33
*/
44

5+
plugins {
6+
id 'org.openjfx.javafxplugin' version '0.0.8'
7+
}
8+
9+
javafx {
10+
version = javafx_version
11+
modules = [ 'javafx.controls' ]
12+
configuration = 'compile'
13+
}
14+
515
dependencies {
616
testCompile project(':kotlinx-coroutines-jdk8')
7-
}
17+
}

0 commit comments

Comments
 (0)