.kotlinx.kotlinx-coroutines-javafx.1.9.0-RC.2.source-code.module-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of kotlinx-coroutines-javafx Show documentation
Show all versions of kotlinx-coroutines-javafx Show documentation
Coroutines support libraries for Kotlin
import kotlinx.coroutines.internal.MainDispatcherFactory;
import kotlinx.coroutines.javafx.JavaFxDispatcherFactory;
module kotlinx.coroutines.javafx {
requires kotlin.stdlib;
requires kotlinx.coroutines.core;
requires javafx.base;
requires javafx.graphics;
exports kotlinx.coroutines.javafx;
provides MainDispatcherFactory with JavaFxDispatcherFactory;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy