Skip to content

Commit

Permalink
Support for 2020.2 with no com.sun.tools dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
thsaravana committed Feb 14, 2021
1 parent 6b260aa commit bb3d845
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ plugins {
id 'java'
id 'jacoco'
id 'org.jetbrains.intellij' version '0.6.5'
id 'org.jetbrains.kotlin.jvm' version '1.4.30'
id "org.jetbrains.kotlin.kapt" version "1.4.30"
id 'org.jetbrains.kotlin.jvm' version '1.3.72'
id "org.jetbrains.kotlin.kapt" version "1.3.72"
}

group 'com.madrapps'
version '0.3.2020.3.1'
version '0.3.2020.2.1'

jacoco {
toolVersion '0.8.6'
Expand Down Expand Up @@ -39,7 +39,7 @@ dependencies {
}

intellij {
version '2020.3'
version '2020.2'
plugins 'Kotlin', 'java', 'android'
}

Expand Down

0 comments on commit bb3d845

Please sign in to comment.