You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: kmp-nativecoroutines-compiler/src/test/kotlin/com/rickclephas/kmp/nativecoroutines/compiler/runners/AbstractFirBaseCodegenTest.kt
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -72,7 +72,7 @@ abstract class AbstractFirBaseCodegenTest(
72
72
+DUMP_IR
73
73
+DUMP_KT_IR
74
74
+IGNORE_DEXING
75
-
JVM_DEFAULT_MODE with JvmDefaultMode.ALL
75
+
JVM_DEFAULT_MODE with JvmDefaultMode.NO_COMPATIBILITY
76
76
+KmpNativeCoroutinesDirectives.K2_MODE
77
77
KmpNativeCoroutinesDirectives.SUFFIX with "Native"
78
78
KmpNativeCoroutinesDirectives.FLOW_VALUE_SUFFIX with "Value"
0 commit comments