Is there a reason to use Shadow instead of Application for the example?
m
Maria Khalusova
06/16/2020, 12:59 PM
No, you can use whatever you like to work with dependencies. It's just one example that you can grab and start playing with the API, if you want to skip sorting out the dependencies.
a
altavir
06/16/2020, 1:00 PM
In gradle it is usually better to use Application instead, but difference is not so great.
s
Sergey Morgunov
06/16/2020, 1:14 PM
Why you don’t use a scala binary version as a postfix of artifact name?
m
Maria Khalusova
06/16/2020, 1:20 PM
@Sergey Morgunov because at the moment only 2.12 is supported. once other versions are supported, then, of course, postfix will be appropriate.