We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f38b5a commit b1b1072Copy full SHA for b1b1072
SharedCode/build.gradle
@@ -37,7 +37,6 @@ task packForXCode(type: Sync) {
37
38
inputs.property "target", target
39
inputs.property "mode", mode
40
- outputs.dir frameworkDir
41
dependsOn kotlin.targets."$target".compilations.main.linkTaskName("FRAMEWORK", mode)
42
43
from { kotlin.targets."$target".compilations.main.getBinary("FRAMEWORK", mode).parentFile }
0 commit comments