whyoleg / ffi-kotlin

Kotlin Multiplatform Foreign Function Interface
Apache License 2.0
86 stars 3 forks source link

Sample project on usage #4

Open cayolblake opened 8 months ago

cayolblake commented 8 months ago

Hello,

Is there any resources on the usage of this project in a sample app?

May be something that for example uses something simple and widely know like libcurl?

whyoleg commented 8 months ago

Hey! As repository README states, on current moment it's just a research project right now. So nothing is published and the only thing you can do is to just check the sources 😀 Project currently contains example of usage with OpenSSL.