Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Moko resources and tvOS support #739

Open
muralex-e opened this issue Jun 25, 2024 · 1 comment
Open

Moko resources and tvOS support #739

muralex-e opened this issue Jun 25, 2024 · 1 comment

Comments

@muralex-e
Copy link

Hello!

I have a few questions about tvOS platform compatibility with moko resources.

A general question: are there any plans to support tvOS?

If not, are there any suggestions how to manage moko resources and tvOS app in one project? So, I have a KMP project where I am already using moko resources for Android and iOS. However, if moko resources are included or enabled in the some shared module exported to tvOS app, it makes impossible to build the app.

For example, I have a separate resources module, but as it is described in the section Multi-module Gradle projects

You should enable moko-resources gradle plugin in resources module, that contains resources, AND in shared module

But in this case, tvOS target can't be included into this shared module since moko resources will conflict with tvOS app.

Any suggestions or examples how to handle this situation?

@Alex009
Copy link
Member

Alex009 commented Jun 25, 2024

hi. i think you can add support of tvOS same way as #648
core implementation already done in Apple generators. so you can do same as in #648 and send PR to us

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants