Hi, I would like to know if it’s possible with Kotlin MPP or Kotlin Native, to create an IntentExtension as a kotlin MPP library. I’m stuck with the glue-code actually, because Kotlin allows me to check for SiriKit permissions and add words to an INVocabulary, but it actually fails because of
Info.plist
missing entries about NSExtension. Is it possible to create these entries for handling custom Intents with a kotlin project?