SupportsParallelParsing

@Target(allowedTargets = [AnnotationTarget.CLASS])
annotation class SupportsParallelParsing(val supported: Boolean = true)

Determines if the LanguageFrontend can parse multiple files in parallel. Defaults to true.

Properties

Link copied to clipboard
val supported: Boolean = true