[AA] Use MODULE_KIND in standalone API multi-module binary tests

- `MODULE_KIND` is a more general and straight-forward approach than an
  "app" magic module name.

^KT-64468
This commit is contained in:
Marco Pennekamp
2023-12-20 00:48:46 +01:00
committed by Space Team
parent d3d21b3f34
commit 43a3f7db5f
12 changed files with 12 additions and 15 deletions
@@ -16,6 +16,7 @@ class Outer {
}
// MODULE: app(lib)
// MODULE_KIND: Source
// FILE: main.kt
package some