[Plugins] Deprecate ComponentRegistrar

^KT-52665 In Progress
This commit is contained in:
Dmitriy Novozhilov
2022-06-07 12:45:48 +03:00
committed by teamcity
parent 8b42638afa
commit c979e1edcf
19 changed files with 42 additions and 3 deletions
@@ -48,6 +48,7 @@ public class ExampleCommandLineProcessor : CommandLineProcessor {
}
}
@Suppress("DEPRECATION")
public class ExampleComponentRegistrar : ComponentRegistrar {
public override fun registerProjectComponents(project: MockProject, configuration: CompilerConfiguration) {
val exampleValue = configuration.get(ExampleConfigurationKeys.EXAMPLE_KEY)