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