alec
03/02/2019, 1:55 PMKotlinCompilation
? 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