[FIR] Consider JVM_TARGET in tests
This commit is contained in:
committed by
TeamCityServer
parent
f397553e94
commit
b5ff49c903
+4
@@ -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"
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user