mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-09 15:53:37 +00:00
Support -Xmodule-path and -Xadd-modules command line arguments
#KT-18598 In Progress #KT-18599 Fixed
This commit is contained in:
3
compiler/testData/javaModules/dependOnManyModules/moduleC/module-info.java
vendored
Normal file
3
compiler/testData/javaModules/dependOnManyModules/moduleC/module-info.java
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
module moduleC {
|
||||
exports c;
|
||||
}
|
||||
Reference in New Issue
Block a user