qwert_ukg
12/05/2017, 7:44 AMholgerbrandl
12/05/2017, 7:45 AMError:(2, 7) Kotlin: Unresolved reference: DependsOn
To see yourself @Czar @qwert_ukg just add compile 'com.github.holgerbrandl:kscript-annotations:1.1'
to a project and add a @file:DependsOn("de.mpicbg.scicomp:kutils:0.4")
somewhere before a package
statement.Czar
12/05/2017, 10:45 AMAnnotationTarget.FILE
, check here: https://kotlinlang.org/docs/reference/annotations.htmlholgerbrandl
12/05/2017, 12:21 PMCzar
12/05/2017, 1:45 PMimport MyAnno
after package declaration.holgerbrandl
12/05/2017, 1:55 PMimport MyAnno
is not need without the package statement.Czar
12/05/2017, 1:59 PMholgerbrandl
12/05/2017, 2:02 PM