Skip to content

Commit

Permalink
Added library dependency to apt module
Browse files Browse the repository at this point in the history
  • Loading branch information
Artur Matsehor committed Oct 8, 2019
1 parent 7a8d344 commit b2e5a4a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions processor/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ apply plugin: 'kotlin'
apply plugin: 'com.github.dcendents.android-maven'

dependencies {
implementation project(":lib")

implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
implementation "org.jetbrains.kotlin:kotlin-reflect:$kotlin_version"
}
Expand Down

0 comments on commit b2e5a4a

Please sign in to comment.