guys, is there a way to skip ios gradle tasks when building android. e.g.
podspec
,
podInstall
etc?
h
hfhbd
07/27/2021, 10:22 AM
Only build android?
./gradlew :androidApp:build
?
d
deviant
07/27/2021, 10:23 AM
yes. when i build it it also runs through all the ios stuff
deviant
07/27/2021, 10:23 AM
takes lot of time
i
Inder singh
04/01/2024, 10:51 AM
@deviant, did you get any solution for this ? I am also facing same issue we have project with one of the module is in KMM , now rebuilding the app runs all iOS task that takes lots of time