task with new DSL? or tell me how to register the gradle task
embedAndSignAppleFrameworkForXcode
.
k
Konstantin Tskhovrebov
12/06/2022, 11:46 AM
New KN artifacts DSL is for assembling final artifacts from your kotlin code.
embedAndSign task is for integration between kotlin project and Xcode project.
There is no way to use it together at the moment.
You can make embedAndSign task by your own though
s
Seiya Kokushi
12/06/2022, 1:15 PM
Thank you, I understand. Please tell me the source code to define embedAndSign. I want to reference it to make my own task.