guys, is there a way to skip ios gradle tasks when...
# multiplatform
d
guys, is there a way to skip ios gradle tasks when building android. e.g.
podspec
,
podInstall
etc?
h
Only build android?
./gradlew :androidApp:build
?
d
yes. when i build it it also runs through all the ios stuff
takes lot of time
i
@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
d
don't remember tbh 🙂 probably not