<The logistics of getting an existing Android app ...
# stackoverflow
u
The logistics of getting an existing Android app to iOS via Kotlin Let's say I have an existing app written in Java and I was successfully able to translate it into Kotlin. At this point is it just a straight copy and paste job from Android Studio to Xcode? What I really don't understand is what if my original Android app written in Java makes heavy use of tools from the Android SDK like RecyclerView and whatnot. How could an iPhone app use the same Kotlin code if RecyclerView comes from the Android SDK? Is it even possible to use RecyclerView in Android...