is there a way to get the main compilation for a t...
# build-tools
a
is there a way to get the main compilation for a test
KotlinCompilation
?
KotlinNativeCompilation
has
friendCompilationName
which is the main compilation tasks name. Specifically im trying to figure out the entire source set -
KotlinCompilation.allKotlinSourceSet
will include stuff like
[commonTest, jvmTest]
but I also want to know
[commonMain, jvmMain]
will be part of the compilation