All Downloads are FREE. Search and download functionalities are using the official Maven repository.

.kotlin.kotlin-stdlib-jdk7.1.8.0.source-code.module-info Maven / Gradle / Ivy

There is a newer version: 2.0.20
Show newest version
/**
 * @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 - 2024 Weber Informatics LLC | Privacy Policy