for those who use AppCode for KMM projects, how do...
# multiplatform
f
for those who use AppCode for KMM projects, how do you write UI in it? i know there’s a solution for swiftui preview, but i haven’t been able to find anything for android. any options for xml or compose preview?
n
I suppose you could try Android Studio's preview, but I have generally found preview to be a bit lacking, sometimes having to recompile rather than being true hot reload like what iOS has going on. Maybe it's just me
f
Sure I can use Android studio like i do now, but I'm mainly interested if we could completely replace android studio and xcode for appcode. We're able to write both Kotlin and swift in it, but there's not much use in that IMO if we can't write UI. I can just stick with AS and XCode in that case
1