Has anyone tried publishing KMM library on mavenLocal() and using it on iOS?
I used
maven-publish
plugin and executed publishToMavenLocal after assemble task. But when trying to use the native specific implementation of the KMM (expect/actual), i'm not able to get the methods, .knm only has the common code
Are there any additional steps that aren't mentioned anywhere?
r
Ryan Scott
01/07/2025, 2:55 PM
Do you mean that you are trying to import the module in XCode?