MPP doesn’t translate Android JVM code from one platform to another. But if you have common code written in Kotlin, it can be compiled to both Android and iOS. So you can move anything written in Kotlin that doesn’t have any JVM dependencies to a common sourceset and use it immediately on iOS. Your networking code will likely take some rework to use something like ktor as a MPP-compatible HTTP client