Is there an example or documentation somewhere tha...
# multiplatform
r
Is there an example or documentation somewhere that shows how to use JS DCE (dead code elimination) with the multiplatform setup?
h
Here's an integration test project build script from the Kotlin repo:
<https://github.com/JetBrains/kotlin/blob/master/libraries/tools/kotlin-gradle-plugin-integration-tests/src/test/resources/testProject/new-mpp-js-dce/mainProject/build.gradle>