Remove duplicate version detection code from AddKotlinLibQuickFix
This commit is contained in:
@@ -13,6 +13,9 @@ buildscript {
|
||||
|
||||
apply plugin: 'kotlin'
|
||||
|
||||
repositories {
|
||||
mavenCentral()
|
||||
}
|
||||
dependencies {
|
||||
compile "org.jetbrains.kotlin:kotlin-stdlib:1.1.0"
|
||||
}
|
||||
|
||||
@@ -13,6 +13,9 @@ buildscript {
|
||||
|
||||
apply plugin: 'kotlin'
|
||||
|
||||
repositories {
|
||||
mavenCentral()
|
||||
}
|
||||
dependencies {
|
||||
compile "org.jetbrains.kotlin:kotlin-stdlib:1.1.0"
|
||||
compile "org.jetbrains.kotlin:kotlin-reflect:1.1.0"
|
||||
|
||||
Reference in New Issue
Block a user