mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-04-04 15:51:54 +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/allModulePathAndNamedModule/main/Foo.kt
vendored
Normal file
3
compiler/testData/javaModules/allModulePathAndNamedModule/main/Foo.kt
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
package foo
|
||||
|
||||
class Foo
|
||||
3
compiler/testData/javaModules/allModulePathAndNamedModule/main/module-info.java
vendored
Normal file
3
compiler/testData/javaModules/allModulePathAndNamedModule/main/module-info.java
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
module main {
|
||||
exports foo;
|
||||
}
|
||||
Reference in New Issue
Block a user