[Assign plugin] Fix experimentality warning message

This commit is contained in:
Dmitriy Novozhilov
2022-10-17 11:48:32 +03:00
committed by Space Team
parent 248c45acb3
commit 0eb34983cb
@@ -51,8 +51,7 @@ class AssignmentComponentRegistrar : CompilerPluginRegistrar() {
configuration.get(CLIConfigurationKeys.MESSAGE_COLLECTOR_KEY)
?.report(
CompilerMessageSeverity.WARNING,
"Lombok Kotlin compiler plugin is an experimental feature." +
" See: https://kotlinlang.org/docs/components-stability.html."
"Assign Kotlin compiler plugin is an experimental feature. See: https://kotlinlang.org/docs/components-stability.html"
)
val annotations = configuration.getList(ANNOTATION)