[Question] Does swift5 support importMappings
Created by: falcon283
I was trying to experiment with importMappings
settings because I'm trying to generate multiple libraries with some dependencies to avoid duplicated objects generation within multiple libraries.
So the basic idea is to have
libA
libB // some libB models depends on some libA models
I was able to use importMappings
with some outcome for Java
and Kotlin
, but when it comes to Swift
the importMappings
settings seems to be ignored.
Does swift5 generator support importMappings
settings?
If so, what would be the recommended way to set it up?
maybe also @4brunu can help in here
Thank you in advance.