ajalt / mordant

Multiplatform text styling for Kotlin command-line applications
https://ajalt.github.io/mordant/
Apache License 2.0
935 stars 33 forks source link

Split linux and apple native implementations #177

Closed ajalt closed 1 month ago

ajalt commented 1 month ago

Apple and linux have different bit widths for some native functions, so the compileMetadata task fails on posixMain even though the source code is identical between the platforms.