Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
b32f408767cf86efaa65eb02699fe00bd61d99a6
/
.
/
compiler
/
testData
/
javaModules
/
dependencyOnStdlibJdk78
/
usage
/
module-info.java
blob: 06c0255d5251c39aed0541ce5fcf37e1c4b43df3 [
file
]
module usage
{
requires kotlin
.
stdlib
;
requires kotlin
.
stdlib
.
jdk7
;
requires kotlin
.
stdlib
.
jdk8
;
}