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
Is your feature request related to a problem? Please describe.
Even tho I noticed some parts of the codebase contain #if canImport(Combine) and other “#if os” imports, the app still fails to build for the Swift Android toolchain due to some dependencies.
Describe the solution you'd like
The existence of these conditional imports makes me wonder if there was an effort to support Linux at some point.
If so, I wish to contribute to this effort and eventually to also support building for Android.
Describe alternatives you've considered
n/a
Is the feature request related to any of the existing Amplify categories?
No response
Additional context
The text was updated successfully, but these errors were encountered:
Thanks for making this request @gevartosky. There are currently no plans to support additional platforms, although the team is always open to contributions.
This has been identified as a feature request. If this feature is important to you, we strongly encourage you to give a 👍 reaction on the request. This helps us prioritize new features most important to you. Thank you!
Uh oh!
There was an error while loading. Please reload this page.
Is your feature request related to a problem? Please describe.
Even tho I noticed some parts of the codebase contain #if canImport(Combine) and other “#if os” imports, the app still fails to build for the Swift Android toolchain due to some dependencies.
Describe the solution you'd like
The existence of these conditional imports makes me wonder if there was an effort to support Linux at some point.
If so, I wish to contribute to this effort and eventually to also support building for Android.
Describe alternatives you've considered
n/a
Is the feature request related to any of the existing Amplify categories?
No response
Additional context
The text was updated successfully, but these errors were encountered: