doesn't in platform.windows.* Should I try to create bindings by myself?
Thank you
Yes, not everything is included - https://kotlinlang.org/docs/native-platform-libs.html You can either look for an existing Kotlin library for your use case - https://libs.kmp.icerock.dev/ or https://github.com/terrakok/kmm-awesome or https://github.com/AAkira/Kotlin-Multiplatform-Libraries Or create bindings yourself - https://kotlinlang.org/docs/native-c-interop.html
If something is not there, you can use cinterop to wrap existing C headers
Обсуждают сегодня