What can cause slow compile times for scripts? For...
# scripting
m
What can cause slow compile times for scripts? For some reason compiling a ~600 script file is taking almost 2.4 minutes! Is there's anything that could cause such long times? (Example: Wildcard imports, a lot of dependencies in the classpath, etc)
Figured out the issue, compiler bug with kotlinx.html, if you are using kotlinx.html revert to an older (0.6.12) version
👍 1