Skip to content

Commit ee7748e

Browse files
committed
Added note about scripts in packages (fixes #107)
1 parent 9b468cd commit ee7748e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -331,6 +331,8 @@ com.github.holgerbrandl:kscript-annotations:1.2
331331

332332
`kscript` will automatically detect an annotation-driven script, and if so will declare a dependency on this artifact internally.
333333

334+
Note, that if a script is located in a package other than the root package, you need to import the annotations with (e.g. `import DependsOn`).
335+
334336
Text Processing Mode
335337
--------------------
336338

0 commit comments

Comments
 (0)