Is there a property to set the output file for `as...
# gradle
e
Is there a property to set the output file for
assembleXCFramework
task without having to map the
outputFile
in a separate copy task?
t
what is the type of this task?
./gradlew help --task assembleXCFramework
e
Sorry forgot to update, I found the solution. It was
outputDirectory
or something like that
👍 1