Skip to content

Commit 4ffeb3c

Browse files
committed
Update JvmDefaultMode reference
https://youtrack.jetbrains.com/issue/KT-73007
1 parent 60375be commit 4ffeb3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kmp-nativecoroutines-compiler/src/test/kotlin/com/rickclephas/kmp/nativecoroutines/compiler/runners/AbstractFirBaseCodegenTest.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ abstract class AbstractFirBaseCodegenTest(
7272
+DUMP_IR
7373
+DUMP_KT_IR
7474
+IGNORE_DEXING
75-
JVM_DEFAULT_MODE with JvmDefaultMode.ALL
75+
JVM_DEFAULT_MODE with JvmDefaultMode.NO_COMPATIBILITY
7676
+KmpNativeCoroutinesDirectives.K2_MODE
7777
KmpNativeCoroutinesDirectives.SUFFIX with "Native"
7878
KmpNativeCoroutinesDirectives.FLOW_VALUE_SUFFIX with "Value"

0 commit comments

Comments
 (0)