Introduce the fragment compiler backend to the debugger infrastructure
This commit is contained in:
@@ -21,7 +21,11 @@ enum class TargetBackend(
|
||||
WASM(true),
|
||||
ANDROID(false, JVM),
|
||||
ANDROID_IR(true, JVM_IR),
|
||||
NATIVE(true);
|
||||
NATIVE(true),
|
||||
JVM_WITH_OLD_EVALUATOR(false),
|
||||
JVM_IR_WITH_OLD_EVALUATOR(true),
|
||||
JVM_WITH_IR_EVALUATOR(false),
|
||||
JVM_IR_WITH_IR_EVALUATOR(true);
|
||||
|
||||
val compatibleWith get() = compatibleWithTargetBackend ?: ANY
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user