My app supports iOS, Android and JVM. A dependency...
# multiplatform
z
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
You can add it to an intermediate common JVM+Android source set, which doesn't include iOS.
z
thank you!
👍🏼 1