Facing Plugin issue for com.cognifide.common

Hi Team

I am new to gradle and just started using and learning gradle.

Recently in project I am stuck with an issue where I have used the plugin and latest version with it still facing the issue.

Kindly advise me and below is the error log.

An exception occurred applying plugin request [id: ‘com.cognifide.common’]

Failed to apply plugin [id ‘com.cognifide.common’]
Could not create an instance of type com.cognifide.gradle.common.CommonExtension_Decorated.
org.gradle.api.provider.Property.convention(Ljava/lang/Object;)Lorg/gradle/api/provider/Property;

Thanks and Regards
Prashanthi

This is a third party plugin and there’s no guarantee that it is fully compatible with specific versions, even if they are the latest. We might be able to help you with your usage of the plugin, but you’ll need to provide some information about what you’re trying to do with the plugin, a more complete log with stacktrace, and/or some way to reproduce the issue you’re seeing.

(post deleted by author)

Double check your versions. The stacktrace suggests you’re actually using a plugin version from 2020 and a Gradle version from 2018. This combination is definitely not compatible because even that version of the plugin uses features that were not introduced in Gradle until 2019.