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