Hi everyone,
You may have already heard about the Kotlin/Native plugin for AppCode. Our initial intention in developing it was to simplify the integration of the Kotlin/Native framework into an Xcode project, so we could automatically add the needed build phases, invoke Gradle when needed, and so on. In addition, we wanted to simplify code-writing by resolving Kotlin entities from Swift and Objective-C.
Previously you had to rebuild the project to resolve those entities correctly. The main change we included in this update is automatic cross-resolve between Objective-C/Swift and Kotlin, whic