0

How to migrate a native android app to a kmp app

Does anyone know how I can migrate a native android app to a Kotlin Multiplatform app? Thank in regards

9th Oct 2024, 7:02 AM
Kuchenesser
10 Answers
+ 1
Thanks
9th Oct 2024, 8:00 AM
Kuchenesser
0
use ai?
9th Oct 2024, 7:09 AM
Bob_Li
Bob_Li - avatar
0
Which AI and can I migrate the whole app in once?
9th Oct 2024, 7:10 AM
Kuchenesser
0
I have not actually used them but there are plenty of ai based java to kotlin converters out there. Google ' java to kotlin converter' One caveat is you're potentially sharing your code with other people. So don't include sensitive data in them.
9th Oct 2024, 7:21 AM
Bob_Li
Bob_Li - avatar
0
I don't want to convert Java to Kotlin. I want to migrate a native android app into a kmp app
9th Oct 2024, 7:34 AM
Kuchenesser
0
hmm ... I thought native Android apps are commonly written in Java?
9th Oct 2024, 7:37 AM
Bob_Li
Bob_Li - avatar
0
Or in Kotlin. And I want to migrate a native app written in Kotlin to a kmp app written with kotlin
9th Oct 2024, 7:49 AM
Kuchenesser
0
But you can write android apps in Kotlin and Java. I personally prefer Kotlin that's why my app is written in Kotlin
9th Oct 2024, 7:52 AM
Kuchenesser
0
good luck..
9th Oct 2024, 8:08 AM
Bob_Li
Bob_Li - avatar