jillesvangurp / kt-search

Multi platform kotlin client for Elasticsearch & Opensearch with easily extendable Kotlin DSLs for queries, mappings, bulk, and more.
MIT License
112 stars 24 forks source link

[FEAT] Add linux support #151

Closed szaffarano closed 1 week ago

szaffarano commented 1 week ago

Describe the enhancement

I've noticed that the Linux logic is commented on due to some linking issues; it would be great to have it enabled.

Why is this needed?

I'm working on a Kotlin/native project that needs to be compiled for Linux.

How do you think it should be done?

I'm working on a PR to do it.

Will you be able to help with a pull request?

Yes, absolutely!