GarouDan
01/18/2020, 9:56 PMxcode
block from the kotlin("xcode-compat")
plugin in order to achieve that?
For example, with this
xcode {
setupFramework("KotlinNativeFramework")
}
a directory called KotlinNativeFramework will be created inside of the build folder, but the actual frameworks inside of this folder (*.framework
, *.framework.dSYM
) have a much longer name and also their inner definitions will be pointing to this other name.
It looks like tha name come from the linkTask but I don’t know how to change the output definitions, does someone know?