Add IR tests to Android codegen test

This commit is contained in:
Mikhael Bogdanov
2021-02-11 13:46:33 +01:00
parent c0759f96e9
commit f493766563
7 changed files with 84 additions and 57 deletions
@@ -20,6 +20,7 @@ enum class TargetBackend(
JS_IR_ES6(true, JS_IR),
WASM(true),
ANDROID(false, JVM),
ANDROID_IR(true, JVM_IR),
NATIVE(true);
val compatibleWith get() = compatibleWithTargetBackend ?: ANY