Hi team, I just wanna ask what the workflow for th...
# multiplatform
t
Hi team, I just wanna ask what the workflow for the iOS developers is after JB sunsetted AppCode and its integrations. Do you have a Kotlin-based "Shared"-Team and you as an iOS developer lives inside Xcode?
1
l
My team uses Android Studio with the KMM plugin. We use XCode to edit storyboards in the few times where that’s needed.
t
@Landry Norris thanks for your response. I assume that you have mixed teams? Team members that work in AS also work sometines in Xcode?
l
I’m on a small team. I’m the main dev working on the project, but there’s another dev who works on the project at times, who uses IntelliJ+XCode.
t
👍
d
I use Android Studio (and sometimes CLion) on Linux. Devevelop/test features mainly for Android and then rsync to a Mac and build and test using Xcode. Has anyone managed to get indexing working in Android Studio or Clion for Swift code where you can CTRL-click on parameters or classes? This is what I miss most. I managed to get it going once on Clion but it broken and I couldn't get it back.