Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
pawlo2102 committed Oct 20, 2019
1 parent 6f0450f commit a17c700
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions processor/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,22 +19,12 @@ compileTestKotlin {
dependencies {
compile project(':annotations')

compile 'com.squareup:kotlinpoet:1.0.1'
implementation 'com.squareup:kotlinpoet:1.0.1'
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version"
implementation "com.google.auto.service:auto-service:1.0-rc4"
kapt "com.google.auto.service:auto-service:1.0-rc4"
}

jar {
from {
configurations.compile.collect {
it.isDirectory() ? it : zipTree(it) }
}

exclude 'kotlin/**'
exclude 'META-INF/*.kotlin_module'
}

sourceCompatibility = "8"
targetCompatibility = "8"

Expand Down

0 comments on commit a17c700

Please sign in to comment.