JVM_IR: run Kotlin against Kotlin tests with serialization

This commit is contained in:
Georgy Bronnikov
2021-03-19 14:59:03 +03:00
committed by TeamCityServer
parent ab3d6490ed
commit 97d3eda23c
4 changed files with 5397 additions and 1 deletions
@@ -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),