mirror of
https://github.com/signalapp/Signal-Android.git
synced 2025-12-24 13:08:46 +00:00
Move Glide annotation processing out of the main module.
This commit is contained in:
committed by
Cody Henthorne
parent
c98fd1a452
commit
158505c8a8
@@ -2,7 +2,6 @@ plugins {
|
||||
id 'com.android.library'
|
||||
id 'witness'
|
||||
id 'kotlin-android'
|
||||
id 'kotlin-kapt'
|
||||
}
|
||||
|
||||
apply from: 'witness-verifications.gradle'
|
||||
@@ -42,6 +41,4 @@ dependencies {
|
||||
implementation libs.androidx.core.ktx
|
||||
implementation libs.androidx.annotation
|
||||
implementation libs.androidx.appcompat
|
||||
|
||||
kapt libs.androidx.annotation
|
||||
}
|
||||
Reference in New Issue
Block a user