My generic module depends on another KMM module. This second module, let's say, has two objects, both subclasses of a sealed class, so I can't put them in different modules.
1. One of them has to be included in the iOS framework, so I force this module to be included as shown
here.
2. The second object must be reused in another module, so I can't make it internal, but I need to exclude it from the iOS framework.
Is there any way to do this?