Skip to content

Commit 4d30da0

Browse files
Fix BridgeProcessingLogger missing using statement
Add 'using System.Runtime.InteropServices.Java;' to BridgeProcessingLogger.cs to import MarkCrossReferencesArgs and StronglyConnectedComponent types. Co-authored-by: simonrozsival <374616+simonrozsival@users.noreply.github.com>
1 parent f6f23c8 commit 4d30da0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Mono.Android/Microsoft.Android.Runtime/BridgeProcessingLogger.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
using System.Runtime.InteropServices.Java;
12
using Android.Runtime;
23
using Java.Interop;
34

0 commit comments

Comments
 (0)