Skip to content

Commit

Permalink
fix the android build (#282)
Browse files Browse the repository at this point in the history
The Android module is available in Swift 6 for Android
  • Loading branch information
hyp authored Oct 4, 2024
1 parent 7101475 commit 06cbf43
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Sources/Dependencies/DependencyValues.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ import IssueReporting

#if os(Windows)
import WinSDK
#elseif canImport(Android)
import Android
#elseif os(Linux)
import Glibc
#endif
Expand Down

0 comments on commit 06cbf43

Please sign in to comment.