A first library author here. I have KMP library, b...
# klibs-io
e
A first library author here. I have KMP library, but I see only jar published. Is it klibs format? I mean, I would expect aar, jar and some native binaries published.
d
Hi @Eugen Martynov, Could you please elaborate a bit more? Perhaps you could also attach a link to the published artifact? Each multiplatform publication includes a root publication — for example, coroutines-core — which contains not only
.jar
files but also
.module
,
*-kotlin-tooling-metadata.json
,
.pom
, and other files. Additionally, there are target-specific publications — for coroutines, for instance, there's the androidNativeArm32 publication (target-specific publications depend on targets you declare in the
build.gradle.kts
file)
e
Project was initiated from JB KMP library template
And I see also published binaries for native
Thanks!
d
Great, then congratulations on the first KMP project on klibs.io 👍
👍🏼 1