My app supports iOS, Android and JVM. A dependency im using in my tests though only supports Android and JVM. Can I add it to commonTest and somehow exclude it from the iOS sourceset?
j
Jeff Lockhart
08/26/2023, 9:17 PM
You can add it to an intermediate common JVM+Android source set, which doesn't include iOS.