We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28d8d2a commit 370256dCopy full SHA for 370256d
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.6.4")
20
- implementation("org.jetbrains.kotlinx:kotlinx-coroutines-javafx:1.6.4")
+ implementation("org.jetbrains.kotlinx:kotlinx-coroutines-javafx:1.7.1")
21
}
22
23
configure<JavaPluginConvention> {
0 commit comments