First run is slow because it gets compiled...
# announcements
k
First run is slow because it gets compiled...
a
Is there a thing like first compile? I'm talking about kotlin-scripts.
Seems like they require to compile every time they need to run...
l
Depends on how you run it! A Kotlin script is after all just a file containing code, how it's compiled / how many times it's compiled is up to whatever you feed it to...
a
🙂