7 lines
180 B
Plaintext
Vendored
7 lines
180 B
Plaintext
Vendored
MODULE right { platform=[JVM, Native] }
|
|
MODULE left { platform=[JVM, JS] }
|
|
MODULE bottom { platform=[JVM] }
|
|
|
|
bottom -> right { kind=DEPENDS_ON }
|
|
bottom -> left { kind=DEPENDS_ON }
|