We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23b837e commit cd5011fCopy full SHA for cd5011f
Sources/JExtractSwiftLib/JNI/JNISwift2JavaGenerator+JavaTranslation.swift
@@ -523,9 +523,6 @@ extension JNISwift2JavaGenerator {
523
isThrowing: originalFunctionSignature.isThrowing
524
)
525
nativeFunctionSignature.result.outParameters.append(.init(name: "result_future", type: nativeFutureType))
526
-
527
- case .future:
528
- fatalError()
529
}
530
531
Sources/SwiftJavaConfigurationShared/JExtract/JExtractAsyncFuncMode.swift
@@ -23,7 +23,7 @@ public enum JExtractAsyncFuncMode: String, Codable {
23
/// Android 23 and below.
24
///
25
/// - Note: Prefer using the `completableFuture` mode instead, if possible.
26
- case future
+// case future
27
28
29
extension JExtractAsyncFuncMode {
0 commit comments