I was recently investigating a build time issue with Kotlin/Native and thought to myself, “Huh, what does the linkReleaseFrameworkIosArm64 task actually do? Why is it taking so long to finish?” While I know how Android compilation works, I realize I have no clue how the native world works. Does the link task work with just my code, or is it linking my dependencies as well? What about the compileKo