diff --git a/processor/build.gradle b/processor/build.gradle index 9bfd8de..b50a092 100644 --- a/processor/build.gradle +++ b/processor/build.gradle @@ -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" }