[FIR] Consider JVM_TARGET in tests

This commit is contained in:
Ivan Kochurkin
2021-09-01 16:32:40 +03:00
committed by TeamCityServer
parent f397553e94
commit b5ff49c903
3 changed files with 23 additions and 0 deletions
@@ -56,4 +56,8 @@ object ModuleStructureDirectives : SimpleDirectivesContainer() {
val TARGET_PLATFORM by enumDirective<TargetPlatformEnum>(
"Declares target platform for current module"
)
val JVM_TARGET by stringDirective(
"Declares JVM target platform for current module"
)
}