Open
Description
convert //DEPS to file:DependsOn (and same of other annotations)
E.g. if script is using:
@file:DependsOn("de.mpicbg.scicomp:kutils:0.8.4")
but pom/gradle is indicating just
compile "de.mpicbg.scicomp:kutils:0.8.3"
the script line should be tagged with a warning such as
Mismatch between script and project dependencies.
suggestion to add shebang line
create temp-project from context menu
More tricky