RuntimeEnvironmentConfigurator
A helper configurator that adds the classpath from the "compilerTestRuntime.classpath" system property to the compile classpath. Autoconfigured by the Gradle plugin and automatically added by BaseTestGenerator.
Functions
Link copied to clipboard
override fun configureCompileConfigurationWithAdditionalConfigurationKeys(configuration: CompilerConfiguration, module: TestModule)
Link copied to clipboard
open override fun legacyRegisterCompilerExtensions(project: Project, module: TestModule, configuration: CompilerConfiguration)
Link copied to clipboard
open override fun provideAdditionalAnalysisFlags(directives: RegisteredDirectives, languageVersion: LanguageVersion): Map<AnalysisFlag<*>, Any?>
Link copied to clipboard
Link copied to clipboard
open override fun CompilerPluginRegistrar.ExtensionStorage.registerCompilerExtensions(module: TestModule, configuration: CompilerConfiguration)