.kotlin.kotlin-stdlib-jdk7.2.0.20-RC.source-code.module-info Maven / Gradle / Ivy
/**
* @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;
}