blob: 0d2a662126e40cb5a963088029d0e353c9696d58 [file]
/**
* @deprecated This module is empty and therefore deprecated, please use <code>kotlin.stdlib</code> 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;
}