You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it possible to adopt the assembleXCFramework gradle task instead of the current createXCFramework task in the project? Is it possible to migrate to that, which is available since kotlin 1.6.0?
I've made a fork which already contains a possible setup.
The only thing that is changed is that the plugin uses the assembleXCFramework task and then copies the generated files to the outputDirectory.
Currently I cannot make a pull request due to the lack of M1 support in the latest version. There is already an open pull request for this by @jizoquval.
Let me know what I can do to help out.
The text was updated successfully, but these errors were encountered:
Is it possible to adopt the assembleXCFramework gradle task instead of the current
createXCFramework
task in the project? Is it possible to migrate to that, which is available since kotlin 1.6.0?I've made a fork which already contains a possible setup.
The only thing that is changed is that the plugin uses the
assembleXCFramework
task and then copies the generated files to theoutputDirectory
.Currently I cannot make a pull request due to the lack of M1 support in the latest version. There is already an open pull request for this by @jizoquval.
Let me know what I can do to help out.
The text was updated successfully, but these errors were encountered: