Reports that different IDE and Gradle plugin versions are used.

This can cause inconsistencies between IDE and Gradle builds in error reporting or code behavior.

Example:


  dependencies {
    classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:0.0.1"
  }

To fix the problem change the kotlin gradle plugin version to match the version of kotlin that is bundled into the IDE plugin.