Add inspection that warns if Gradle plugin version differs from the one in IDE (KT-12730)

#KT-12730 Fixed
This commit is contained in:
Nikolay Krasko
2016-07-05 21:09:23 +03:00
parent 7a9af072b4
commit 620ddcd63a
18 changed files with 423 additions and 24 deletions
@@ -0,0 +1,6 @@
<html>
<body>
This inspection reports different IDE and Gradle plugin versions are used.
This can cause inconsistencies between IDE and Gradle build in error reporting or code behaviour.
</body>
</html>