kotlin-multiplatform-diff icon indicating copy to clipboard operation
kotlin-multiplatform-diff copied to clipboard

Update/enable all multiplatform targets

Open morisil opened this issue 11 months ago • 1 comments

morisil avatar Jan 30 '25 13:01 morisil

Hey @morisil! I had a PR (https://github.com/lppedd/kotlin-multiplatform-diff/pull/3 - will re-create soon) waiting in line for #129, #130 and https://github.com/lppedd/kotlin-multiplatform-diff/pull/2.

I see you've simplified the publication mechanism, I think that could be integrated after the KGP update.

lppedd avatar Jan 31 '25 11:01 lppedd

Hey @morisil, most of the targets were enabled in #135. IIUC, only binaries.library() and swiftExport, present in this PR, are not yet on main. If you still want to see those targets, could you please rebase your PR on the updated main?

Also, automated dependency updates are already enabled on the repository level, so the versions plugin is redundant.

petertrr avatar Jul 30 '25 19:07 petertrr

Note that those two functionalities should be enabled by library consumers, not by the library itself.

For example, binaries.library() is only useful if you're going to create an npm package.

lppedd avatar Jul 30 '25 20:07 lppedd

Closing, as this seems not relevant at the moment

petertrr avatar Aug 15 '25 17:08 petertrr