Robert Jaros
04/13/2019, 11:53 AMkotlinx-serialization-runtime-js.js
file for Kotlin/JS is "resistant" to the DCE plugin, even if serialization is not used. It is reduced by DCE from 420KB to 165KB. The old one (0.10.0) is reduced from 374KB to 10KB in the same configuration. This has impact on the size of the output files for Kotlin/JS apps, if the kotlinx.serialization library is present in the sub dependencies, but no serialization features are used. Any idea what is the cause of this behavior? Any chance it can be fixed?Vsevolod Tolstopyatov [JB]
04/13/2019, 12:22 PMRobert Jaros
04/13/2019, 3:55 PM