zsqw123
06/19/2024, 4:03 PMcommonMetadata
sourceSet? My goal is to publish a straightforward Multiplatform library that support all platforms and depends solely on the Kotlin std-lib. (Rust did such publishing processes very well for me.)ephemient
06/19/2024, 4:39 PMephemient
06/19/2024, 4:42 PMephemient
06/19/2024, 4:42 PMephemient
06/19/2024, 4:45 PMzsqw123
06/19/2024, 5:02 PMkhalid64927
06/19/2024, 5:21 PMhfhbd
06/19/2024, 7:46 PMCLOVIS
06/20/2024, 8:52 AMCLOVIS
06/20/2024, 8:53 AMRust did such publishing processes very well for me.This is because Rust libraries are always built from source, so your users are rebuilding the library on their machine. In the Kotlin world, we build binaries that users import into their projects, so they can't import binaries you haven't built.