Hi, im trying to migrate from `packForXCode` to `...
# multiplatform
x
Hi, im trying to migrate from
packForXCode
to
embedAndSignAppleFrameworkForXcode
according to this. However, i dont see this task included by default. I’m on kotlin
1.5.31
. Am I missing something? It says
new 
embedAndSignAppleFrameworkForXcode
 in the generated project configuration.
what if have an existing project that was generated before 1.5.20? 🤔 is there a way to bring this task to my existing project?
Aite, my bad. Weirdly enough it looks like this task is not visible from gradle in AS and is
an integrational task, and it is visible only from Xcode