Can I open a kmp compose app in xcode without ever...
# compose-ios
c
Can I open a kmp compose app in xcode without ever opening it up in fleet or android studio? In other words... if my teammeate clones the repo on his dev machine where all he does is ios dev. can he just hit run and expect it to work? For what its worth, i basically cloned kmp.jetbrains.com, pushed to github and he cloned. and now he cant build it. i dont want to make him download fleet or AS.
r
Often iOS devs are missing a jdk
c
he says he does have it. javac --version shows 17. so thats good.
does he just need to run a gradle command of some sort?
r
🤷 give kdoctor a go and see what it says
c
i thought kdoctor was a fleet thing. hm. lemme look
m
definitely possible without Android studio. but imagine will take more setup than just having Java installed. think you can install
android-sdk
with brew
then
sdkmanager "platform-tools"