I have a KMM library that was working without issues when the app was depending directly on the module.
But, when I publish the library using publishToMavenLocal & and change the dependency to the generated artifact, all the inline functions, extension functions & aliases stopped working because the reference is not found. The rest is working as expected
Checking the generated libraries the code is in there but it is not reachable.
My guess is that this can be a compilation problem on the KMM part but I am a bit lost trying to figure out what is creating it.