I know the new DSL is in experimental status but c...
# kotlin-native
d
I know the new DSL is in experimental status but curious if future updates will have the gradle plugin automatically move kexe files to the target directory or will we always need to do copy tasks in our own scripts similar to https://github.com/JetBrains/kotlin-mpp-example/blob/master/greeting/ios/build.gradle#L18 ? This question only applies when targeting iOS with outputKinds of FRAMEWORK or EXECUTABLE.
🤔 2
t
Xcode build dir must be provided anyway
d
Agree. But Xcode will always look for projects in a subfolder of DerivedData, and gradle will always build kexe files in the projects build folder. Eventually we have to move that kexe file to where Xcode is looking. Any reason that cannot be automatically done by the Konan gradle plugin?