I'm trying to use objectbox in ios and apple desktop via cocoapods.
I see lots of functions are not visible.
Reason is KMP supports objective c.
object box is written swift.
There are couple of library which are available in cocoapods and we are able to use in kotlin multiplatform without any issues. example: https://github.com/microsoft/clarity-apps. There is not official or separate requirement from MS Clarity apps.
There are annotations which can be used to expose the swift code and make it compatible with KMP via objective c interfaces and annotations.