I am using a AppCode generated project to build a ...
# kotlin-native
d
I am using a AppCode generated project to build a multiplatform framework (will run on iOS). The target is defined with the following lines:
Copy code
kotlin {
    xcode {
        setupFramework("InsNativeFramework")
    }
}
I can’t find any documentation on the
xcode
target. Does it fetch the settings from the Xcode project? How do I set the target platform for example?
d
Thanks for the pointer! Where is the source code for buildForXcode, xcode, setupFramework and such? I can’t find it in the k/n-github-repo.
s