Animesh Sahu
12/05/2020, 4:42 PMcommonNativeMain
module for all native modules? If yes how, and how to access kotlin.native packages there. I tried using
val commonNativeMain by creating { ... }
But that doesn't seem to access kotlin.native packages...Dominaezzz
12/05/2020, 4:43 PMAnimesh Sahu
12/05/2020, 5:02 PMAnimesh Sahu
12/05/2020, 5:03 PMkevin.cianfarini
12/05/2020, 7:41 PMcommonMain
|
nativeMain
/ | \
appleMain
linusMain
windowsMain
Sorry for the crap formatting lolAnimesh Sahu
12/06/2020, 4:35 AMkevin.cianfarini
12/06/2020, 3:33 PMnonJvmMain
is the parent of every source set that's not the JVM. You can find what you're looking in the gradle config with nonJvmMain