Kotlin / xcode-compat

AppCode helper for Kotlin/Native and Xcode
Apache License 2.0
21 stars 5 forks source link

Changing NativeBinary.setupTask function visibility #12

Closed Danilo-Araujo-Silva closed 4 years ago

Danilo-Araujo-Silva commented 4 years ago

This is a proposal to change the NativeBinary.setupTask function visibility. Changing the visibility of this function will enable the possibility to call it from other build processes outside.

Now it is not possible to use the setupFramework function for some cases since it will automatically find a target and use it, not enabling the possibility to use your own configured target.