Piotr Krzemiński
04/05/2023, 12:44 PMVampire
04/05/2023, 1:00 PM@Depends
.main.kts
support from JDoodle.
They have Kotlin support but also only for normal Kotlin files and without dependencies.
For Java they support defining external dependencies and for Groovy they added Grapes support (same as @Depend
just for Groovy) after I requested it. I checked back half a year later and then it was available.Piotr Krzemiński
04/05/2023, 1:07 PMVampire
04/05/2023, 1:08 PMNikolay Pachkov
04/05/2023, 2:56 PMimagine it would drastically change the architecture because you couldn’t have a single “warm” instance of the complier anymoreIt is not a problem since the new Compiler Server was implemented a couple of years ago. It is just a Lambda function in AWS that instancing for each user request.