browser {
@Suppress("OPT_IN_USAGE")
distribution {
directory = File("$projectDir/build/dist/browser")
}
}
nodejs{
@Suppress("OPT_IN_USAGE")
distribution {
directory = File("$projectDir/build/dist/node")
}
}
It seems the second one always overrides the first?
• Somehow related, when generating a library, what is the difference in the generated artefacts between the
browser
and
nodejs
sub-targets.
v
Vampire
06/21/2023, 9:09 AM
Indeed, those distribution blocks are identical to doing