I have a multi-module KMM project - it produces one debug and release artifact for Android, and others for iOS+tvOS for the primary module (which depends on other submodules in the same project).
I’m trying to include sources for the Android builds, which sort of works fine, in that sources for classes in the primary module are included but sources for classes in the other modules are not included (nor do they even have
(release|debug)SourcesJar
tasks).
Can anyone give me a steer on where I may be going wrong?