Skip to content

Commit

Permalink
Merge pull request #1423 from team-supercharge/fix-api-dependencies
Browse files Browse the repository at this point in the history
Fix processor api dependencies
  • Loading branch information
agrosner authored Aug 29, 2017
2 parents 1dd8e7d + d5abb7c commit 38484a9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions dbflow-processor/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ targetCompatibility = JavaVersion.VERSION_1_8
sourceCompatibility = JavaVersion.VERSION_1_8

dependencies {
implementation project("${dbflow_project_prefix}dbflow-core")
implementation 'com.squareup:javapoet:1.9.0'
implementation 'com.github.agrosner:KPoet:1.0.0'
implementation "org.jetbrains.kotlin:kotlin-stdlib-jre8:$kotlin_version"
api project("${dbflow_project_prefix}dbflow-core")
api 'com.squareup:javapoet:1.9.0'
api 'com.github.agrosner:KPoet:1.0.0'
api "org.jetbrains.kotlin:kotlin-stdlib-jre8:$kotlin_version"

compileOnly 'org.glassfish:javax.annotation:10.0-b28'

Expand Down

0 comments on commit 38484a9

Please sign in to comment.