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