mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-10 00:21:35 +00:00
Configure Java module path when compiler is invoked in -Xbuild-file mode
#KT-27626 Fixed
This commit is contained in:
3
compiler/testData/javaModules/withBuildFile/usage/module-info.java
vendored
Normal file
3
compiler/testData/javaModules/withBuildFile/usage/module-info.java
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
module usage {
|
||||
requires kotlin.stdlib;
|
||||
}
|
||||
Reference in New Issue
Block a user