zsperske
08/31/2020, 1:50 AMiOSTest
directory and noticed there isn't a corresponding block in the build.gradle, are its dependencies inherited from iOSMain
or am I missing something?russhwolf
08/31/2020, 1:35 PMiosTest
block isn't what creates the iosTest
source-set. The iosArm64()
or iosX64()
call is doing that, even if no dependencies are declared.