JVM_IR: run Kotlin against Kotlin tests with serialization
This commit is contained in:
committed by
TeamCityServer
parent
ab3d6490ed
commit
97d3eda23c
@@ -15,6 +15,7 @@ enum class TargetBackend(
|
||||
JVM_IR(true, JVM),
|
||||
JVM_MULTI_MODULE_IR_AGAINST_OLD(true, JVM_IR),
|
||||
JVM_MULTI_MODULE_OLD_AGAINST_IR(false, JVM),
|
||||
JVM_IR_SERIALIZE(true, JVM_IR),
|
||||
JS(false),
|
||||
JS_IR(true, JS),
|
||||
JS_IR_ES6(true, JS_IR),
|
||||
|
||||
Reference in New Issue
Block a user