Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
fc95605a393f931d6a85ae993728de35cb600abb
/
.
/
compiler
/
testData
/
javaModules
/
dependencyOnStdlib
/
namedWithExplicitDependency
/
module-info.java
blob: 4d349eda5f753a105fda302db77b8b4914044ce6 [
file
]
module namedWithExplicitDependency
{
requires kotlin
.
stdlib
;
}