Skip to content

Commit

Permalink
Remove SKIP_BRIDGE check
Browse files Browse the repository at this point in the history
  • Loading branch information
marcprux committed Nov 4, 2024
1 parent 227851d commit 890f827
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Sources/SkipAndroidBridge/AndroidBridgeToSwift.swift
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

import Foundation

#if !SKIP_BRIDGE
//#if !SKIP_BRIDGE

// SKIP @BridgeToSwift
public func isAndroidBridgeToSwiftTranspiled() -> Int64 {
Expand Down Expand Up @@ -83,4 +83,4 @@ public class AndroidContext {
}
}

#endif
//#endif

0 comments on commit 890f827

Please sign in to comment.