-
Notifications
You must be signed in to change notification settings - Fork 131
Description
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?