Add another import of new Android overlay and remove non-existent file exclusion from package manifest

This commit is contained in:
Finagolfin
2024-11-30 11:59:29 +05:30
parent 3b6ced8488
commit 62f005cb38
2 changed files with 3 additions and 1 deletions

View File

@@ -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