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