I am an Indie Dev converting my SwiftUI app to Com...
# multiplatform
a
I am an Indie Dev converting my SwiftUI app to Compose Multiplatform, my app is a social app with about has 40 classes and close to 20 major screens. Anyone who has done something like this before, I would love some pointers. Any challenges or Gotchas you learnt along the way would really help Thanks in advance, I will share my experience in about 4 - 6 weeks once the migration has completed for anyone who decides to go on this path in the future
r
This may be a great use-case for AI tools like GitHub Copilot, Cursor, JetBrains Junie, etc. If you just ask the bot to convert small focused sections (one file at a time, perhaps?) the existing code should give it good enough guidance for the resulting converted code to be mostly correct
👍 1
👍🏻 1
a
Is junie superior in terms of kotlin Multi platform development? Svetlana Isakova did say they are optimizing it for KMP at Kotlin Conf... So wondering if that would be the more superior tool to use. At the moment I ve been really impressed with Claude code.
d
Hallucinations are really a bad issue for LLM and agents, it requires lot of good documentation that is up to date, also the RAG algorithms sometimes make mistakes
👍 2
d
@Anudeep Ananth, I use Junie quite a lot. It produces more idiomatic Kotlin code than the other options.
👍 1