[Assign plugin] Fix experimentality warning message
This commit is contained in:
committed by
Space Team
parent
248c45acb3
commit
0eb34983cb
+1
-2
@@ -51,8 +51,7 @@ class AssignmentComponentRegistrar : CompilerPluginRegistrar() {
|
|||||||
configuration.get(CLIConfigurationKeys.MESSAGE_COLLECTOR_KEY)
|
configuration.get(CLIConfigurationKeys.MESSAGE_COLLECTOR_KEY)
|
||||||
?.report(
|
?.report(
|
||||||
CompilerMessageSeverity.WARNING,
|
CompilerMessageSeverity.WARNING,
|
||||||
"Lombok Kotlin compiler plugin is an experimental feature." +
|
"Assign Kotlin compiler plugin is an experimental feature. See: https://kotlinlang.org/docs/components-stability.html"
|
||||||
" See: https://kotlinlang.org/docs/components-stability.html."
|
|
||||||
)
|
)
|
||||||
|
|
||||||
val annotations = configuration.getList(ANNOTATION)
|
val annotations = configuration.getList(ANNOTATION)
|
||||||
|
|||||||
Reference in New Issue
Block a user