can I have multiple targets in the new MPP plugin ...
# multiplatform
j
can I have multiple targets in the new MPP plugin share a source folder for their actuals? most specifically, a bunch of native variants
n
does gradle prevent multiple modules from pointing a kotlin main sourceset at the same folder ?
without having tried that in kotlin-native that would be my approach
j
i'm using the new multiplatform plugin where targets and source sets are already separated
j
Ah, that's interesting as well. Thanks!