My problem is simple (and similar to Gradle): `val...
# scripting
c
My problem is simple (and similar to Gradle):
val pl = plugins(“some:plugin:0.1”)
will cause the plug-in to be downloaded and the corresponding jar file needs to be added to the classpath before the rest of the script can be compiled. Is there any way to do this without a two-phase compilation?