Hi, if I would like to make sure that all targets ...
# kotlin-native
р
Hi, if I would like to make sure that all targets (including tests) are compiled with the flag -copt (and not with -g) would adding thid be enough: binaries { all { optimized = true ; debuggable = false }}
Thank you very much for any suggestions?