kiscord
0.6.0
common
kiscord-scripting
/
kiscord.scripting
/
Import
Import
@
Target
(
allowedTargets
=
[
AnnotationTarget.FILE
]
)
annotation class
Import
(
val
paths
:
String
)
(
source
)
Import specified
paths
into script scope. Can be other scripts (.kts) or regular kotlin files (.kt)
Properties
Properties
paths
Link copied to clipboard
val
paths
:
Array
<
out
String
>