mirror of
https://github.com/apple/sourcekit-lsp.git
synced 2026-03-02 18:23:24 +01:00
Add another import of new Android overlay and remove non-existent file exclusion from package manifest
This commit is contained in:
@@ -487,7 +487,6 @@ var targets: [Target] = [
|
||||
"SwiftExtensions",
|
||||
"TSCExtensions",
|
||||
],
|
||||
exclude: ["CMakeLists.txt"],
|
||||
swiftSettings: globalSwiftSettings
|
||||
),
|
||||
]
|
||||
|
||||
@@ -16,6 +16,9 @@ public import Foundation
|
||||
public import LanguageServerProtocol
|
||||
import SKLogging
|
||||
import SwiftExtensions
|
||||
#if canImport(Android)
|
||||
import Android
|
||||
#endif
|
||||
#else
|
||||
import Dispatch
|
||||
import Foundation
|
||||
|
||||
Reference in New Issue
Block a user