Kotlin / kotlinx-atomicfu

The idiomatic way to use atomic operations in Kotlin
Other
926 stars 59 forks source link

Remove posix interop #440

Closed mvicsokolova closed 5 months ago

mvicsokolova commented 5 months ago

Fixes #324

The empty nativeInterop/cinterop/interop.def is left for compatibility, the corresponding issue: KT-68411, KT-60874

dkrasnoff commented 5 months ago

All the comment above are nits and optional to fix.

Good job, thanks 👍

mvicsokolova commented 5 months ago

Fixed all the notes and rebased on the fresh develop