arnaud.giuliani
02/18/2025, 4:02 PMJoffrey
02/18/2025, 4:03 PMJohn O'Reilly
02/18/2025, 4:04 PMarnaud.giuliani
02/18/2025, 4:05 PMMatt Nelson
02/18/2025, 4:35 PMjvm
. Android consumers will use the {pub-name}-jvm
publication in the absence of a {pub-name}-android
publication.
An example of this is the kotlin standard library. It does not have a -android
publication. Any Android APIs used in the stdlib
are via reflection. See HEREarnaud.giuliani
02/18/2025, 6:07 PMJoffrey
02/18/2025, 6:12 PMMatt Nelson
02/18/2025, 6:14 PMMatt Nelson
02/18/2025, 6:17 PMcommonMain
can be different depending on if you're supporting a certain target.
E.g. async only because of JS support, with blocking code available from nonJsMain
arnaud.giuliani
02/18/2025, 6:19 PM