Skip to content

Commit 62f005c

Browse files
committed
Add another import of new Android overlay and remove non-existent file exclusion from package manifest
1 parent 3b6ced8 commit 62f005c

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Package.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -487,7 +487,6 @@ var targets: [Target] = [
487487
"SwiftExtensions",
488488
"TSCExtensions",
489489
],
490-
exclude: ["CMakeLists.txt"],
491490
swiftSettings: globalSwiftSettings
492491
),
493492
]

Sources/LanguageServerProtocolJSONRPC/JSONRPCConnection.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ public import Foundation
1616
public import LanguageServerProtocol
1717
import SKLogging
1818
import SwiftExtensions
19+
#if canImport(Android)
20+
import Android
21+
#endif
1922
#else
2023
import Dispatch
2124
import Foundation

0 commit comments

Comments
 (0)