Is there a way to specify a classpath from a repos...
# announcements
a
Is there a way to specify a classpath from a repository or a url? Sort of
kotlinc -cp https://...
?
e
local files works, you will have to specify all dependencies though.
kotlinc -cp a.jar:b.jar:...
may be easier to create a single .jar with a manifest pointing to all the other jars you want loaded