Hi folks,I have created a Kotlin Multiplatform Library project (Android & iOS). Could you please tell me how to generate artifacts so that they can be provided for use in other projects?
d
David Nedrow
08/01/2024, 9:55 PM
There should be a gradle build task called
assemble
. Just run that and your artifacts will be created.