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

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