Is there a quick way to package Android applications written in Kotlin language into iOS applications?

I have written an Android application in Kotlin language in Android Studio, which can run on mobile phones or tablets. Is there any quick and easy way to package it as an iOS application? Show screenshots of two Android applications running

There is at least one Kotlin plug-in for xcode that would let you develop iOS applications in Kotlin.

I would suspect the ease/difficulty of making your apps work in iOS would depend on how you built the ui. If everything is in Kotlin it would be easier than if you used android specific code.

Is there a quick way to package Android applications written in Kotlin language into iOS applications?
 
 
Q