Join Slack
does anyone know why `linkerOpts` in a .def file works fine, and `linkerOpts` as specified here does...
# multiplatform
k
Kris Wong
08/22/2019, 3:56 PM
does anyone know why
linkerOpts
in a .def file works fine, and
linkerOpts
as specified here does not:
https://kotlinlang.org/docs/reference/building-mpp-with-gradle.html#configuring-binaries
Kris Wong
08/22/2019, 3:58 PM
at least for a framework binary
d
Dominaezzz
08/22/2019, 4:15 PM
Arguments specified in def file are "stickier", they are used at runtime. But the ones specified by gradle are only used at build time, so consuming application will have to redefine the arguments.
Open in Slack
Previous
Next
kotlinlang
A modern programming language that makes developers happier.
Powered by