Hi, everyone!
To determine future changes regarding
per module generation, we need your feedback regarding current and previous experience with per module generation in
Default and
IR backends. For that, please, answer the following questions (keep in mind that per module generation is a default behavior in
default backend, while in
IR, single
.js file is generated and to turn it on you need to pass it by adding the line
freeCompilerArgs += listOf("-Xir-per-module") inside kotlinOptions block:
Please leave your answers in comments for
https://youtrack.jetbrains.com/issue/KT-44319.