We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa2cee2 commit a7f3b1aCopy full SHA for a7f3b1a
build.gradle.kts
@@ -17,7 +17,7 @@ dependencies {
17
implementation(kotlin("stdlib-jdk8"))
18
testCompile("junit", "junit", "4.13.2")
19
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.1.1")
20
- implementation("org.jetbrains.kotlinx:kotlinx-coroutines-javafx:1.1.1")
+ implementation("org.jetbrains.kotlinx:kotlinx-coroutines-javafx:1.6.4")
21
}
22
23
configure<JavaPluginConvention> {
0 commit comments