Deividas Strioga
03/21/2024, 10:51 PMVisionKit of kotlin/native.
Do I have to do something else, or simply not all the classes get kotlin wrappers? And is there any other way to use the remaining VisionKit classes?
Thanks in advance.a-dd
03/22/2024, 12:16 PMDataScannerViewController, Could you file an issue to https://kotl.in/issue?a-dd
03/22/2024, 12:20 PMcinterop (https://kotlinlang.org/docs/multiplatform-dsl-reference.html#cinterops) with it, but you'll need to generate manually VisionKit-Swift.h from the VisionKit.swiftmodulea-dd
03/22/2024, 12:40 PMDataScannerViewController is Swift-only API (despite @objc) and therefore cannot be called from Kotlin: https://forums.developer.apple.com/forums/thread/711569Deividas Strioga
03/22/2024, 9:44 PM