Import

@Target(allowedTargets = [AnnotationTarget.FILE])
annotation class Import(val paths: String)

Import other script(s)

Properties

Link copied to clipboard
val paths: Array<out String>