Skip to content

Commit

Permalink
Add the main Glide artifact to kapt classpath
Browse files Browse the repository at this point in the history
This is required having disabled compile avoidance for kapt in master:
kapt.include.compile.classpath=false
  • Loading branch information
pfmaggi committed Dec 30, 2019
1 parent e7f06a1 commit 80c62e1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ dependencies {
api("org.jetbrains.kotlinx:kotlinx-coroutines-core:${Versions.coroutines}")
api("org.jetbrains.kotlinx:kotlinx-coroutines-android:${Versions.coroutines}")
kapt("com.github.bumptech.glide:compiler:${Versions.glide}")
kapt("com.github.bumptech.glide:glide:${Versions.glide}")
kapt("com.google.dagger:dagger-compiler:${Versions.dagger}")
}

Expand Down

0 comments on commit 80c62e1

Please sign in to comment.