Make DifferentKotlinGradleVersionInspection inpection work for classpath call with braces

This commit is contained in:
Nikolay Krasko
2016-07-07 20:13:25 +03:00
parent b04ed12ee1
commit e6c05aa92d
3 changed files with 25 additions and 2 deletions
@@ -0,0 +1,11 @@
buildscript {
repositories {
mavenCentral()
}
dependencies {
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:0.0.1")
}
}
apply plugin: 'java'
apply plugin: 'kotlin'