.kotlin.kotlin-stdlib-jdk8.1.9.22.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 kotlin-stdlib-jdk8 Show documentation
Show all versions of kotlin-stdlib-jdk8 Show documentation
Kotlin Standard Library JDK 8 extension
/**
* @deprecated This module is empty and therefore deprecated, please use kotlin.stdlib
instead.
*/
@SuppressWarnings("module") // suppress warning about terminal digit
@Deprecated
module kotlin.stdlib.jdk8 {
requires transitive kotlin.stdlib;
requires kotlin.stdlib.jdk7;
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy