9616eb94fd
The current behaviour is undesired (ABSTRACT_MEMEBER_NOT_IMPLEMENTED reported on class Concrete), will be fixed in the next commit
7 lines
215 B
Plaintext
Vendored
7 lines
215 B
Plaintext
Vendored
MODULE common { platform=[JVM, JS, Native]; root=common }
|
|
MODULE jvm { platform=[JVM]; root=jvm }
|
|
|
|
common -> STDLIB_COMMON { kind=DEPENDENCY }
|
|
jvm -> common { kind=DEPENDS_ON }
|
|
jvm -> STDLIB_JVM { kind=DEPENDENCY }
|