Analysis Environment
class AnalysisEnvironment(val messageCollector: MessageCollector, val analysisPlatform: Platform) : Disposable
Kotlin as a service entry point
Configures environment, analyses files and provides facilities to perform code processing without emitting bytecode
$messageCollector: required by compiler infrastructure and will receive all compiler messages $body: optional and can be used to configure environment without creating local variable
Constructors
Functions
Link copied to clipboard
Adds path to classpath. $path: path to add
Adds list of paths to classpath. $paths: collection of files to add
Link copied to clipboard
Adds list of paths to source roots. $list: collection of files to add
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun createResolutionFacade(environment: KotlinCoreEnvironment, ignoreCommonBuiltIns: Boolean = false): Pair<DokkaResolutionFacade, DokkaResolutionFacade>
Link copied to clipboard
Link copied to clipboard