Hello. Quick question...very weird one. Once I add...
# multiplatform
a
Hello. Quick question...very weird one. Once I add this plugin, nothing else, just this plugin, to the shared module (I used it to generate an xcframework package for iOS) ... my Android native code stops seeing by shared module's code.
Copy code
id("com.chromaticnoise.multiplatform-swiftpackage") version "2.0.3"
j
not sure if it's directly related to your issue but that particular version of the plugin hasn't been maintained for a while and in particular is missing support for M1 etc devices. There's a few forks that do support those targets e.g.
Copy code
id("io.github.luca992.multiplatform-swiftpackage")
a
That worked. You were right ! Thank you very much !!!