Is it expected that the `metadata` KMP target does...
# gradle
e
Is it expected that the
metadata
KMP target doesn't have
commonTest
as a source set for any of its compilations? There is only one compilation (
main
) and it only has one source set (
commonMain
).
👌 2
@tapchicoma any insights into why that is the case, and would there be any potential issues if I get the source set by name (i.e.
sourceSets.findByName("commonTest")
?