Support -Xmodule-path and -Xadd-modules command line arguments
#KT-18598 In Progress #KT-18599 Fixed
This commit is contained in:
+3
@@ -0,0 +1,3 @@
|
||||
module moduleB {
|
||||
requires moduleA;
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
package test
|
||||
|
||||
import a.*
|
||||
import a.impl.*
|
||||
|
||||
val a1: A = A()
|
||||
val a2: A = A.getInstance()
|
||||
val a3: AImpl = A.getInstance()
|
||||
Reference in New Issue
Block a user