Hi 👋, I would like to have my multiplatform test targets
commonTest
,
androidTest
and
iosTest
excluded from release builds. Does gradle exclude dem by default for release builds? Or do I need to write an configuration for this?
Thanks in advance for some tips 🙂.
✅ 1
c
CLOVIS
03/17/2023, 10:44 AM
Yes, they are not part of the release builds, that's why they are in a different folder.
r
rb90
03/17/2023, 10:45 AM
Ah nice. Great 👍. Thanks a lot for clarifying this