CompilerArgs

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

Describes compilation arguments used for the compilation of this and all following snippets

Properties

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

List of free compiler arguments