suggestAbiValidation

Whether to suggest enabling binary compatibility validation when neither the Kotlin Gradle plugin's built-in ABI validation nor the standalone Binary Compatibility Validator plugin is active. The watchdog reviews the shape of new API declarations, while binary compatibility validation guards the API that already shipped, so the plugin recommends it with a build warning. true by default, set to false to silence the suggestion.