Nandu
08/29/2023, 9:29 AMephemient
08/29/2023, 9:35 AMephemient
08/29/2023, 9:36 AMexpect
in common code, with separate actual
implementations on Android and iOSNandu
08/29/2023, 9:37 AMJeff Lockhart
08/29/2023, 3:19 PMOleg Yukhnevich
08/29/2023, 3:25 PMmain
branch more or less shows on how to make it possible to write common code
BUT, be aware, that Im researching there GENERAL approach. If you just need to wrap some functions it will be much more easier 🙂
Some time ago, I created another repository (https://github.com/whyoleg/kotlin-interop-playground) where I would to collect some different currently possible ways to integrate native code in different platforms
If I will find time, I could try to setup some minimal, simple to check sample for native code sharing in android and iOS with common code - of course if it will be helpful