Hi, I would like to know if it’s possible with Kot...
# ios
p
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?
l
You should be able to add those entries in the end Xcode project
😲 1
p
thanks, I’ll try that