Waldemar Kornewald
06/23/2023, 7:23 AMdmitriy.novozhilov
06/23/2023, 7:35 AMWaldemar Kornewald
06/23/2023, 7:48 AMsvyatoslav.scherbina
06/23/2023, 8:35 AM1h with the 1.9 LLVM pipeline previewI think we discussed your case in YouTrack, and the compilation time with Kotlin 1.9 should be faster than that. Please create a new YouTrack issue.
How difficult would it be to fix the compiler to produce more compact code getting us much closer to the JVM and JS output size?Literally impossible to say without more details about your project and configuration. Let’s discuss that in the new YouTrack issue. Just in case: have you tried tips from https://kotlinlang.org/docs/native-improving-compilation-time.html? Especially about
transitiveExport
.Waldemar Kornewald
06/23/2023, 8:40 AMsvyatoslav.scherbina
06/23/2023, 2:36 PMwe do export almost all of our dependencies because we really need everything.Why? Could you please provide an example of an exported dependency, and the reason behind that?
Waldemar Kornewald
06/23/2023, 3:36 PMWaldemar Kornewald
06/23/2023, 3:39 PM