You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
### Motivation
See apple/swift-openapi-runtime#163.
### Modifications
Updated the supported platforms in docs to include Android.
Also removed tracking the last Swift version, as we haven't been keeping
that up to date, so it was stale.
### Result
Docs representing that Swift OpenAPI Generator can be used for Android
projects.
### Test Plan
N/A
> Note: When using Visual Studio Code or other editors that rely on [SourceKit-LSP](https://github.com/swiftlang/sourcekit-lsp), the editor may not correctly recognize generated code within the same module. As a workaround, consider creating a separate target for code generation and then importing it into your main module. For more details, see the discussion in [swiftlang/sourcekit-lsp#665](https://github.com/swiftlang/sourcekit-lsp/issues/665#issuecomment-2093169169).
0 commit comments