@@ -3,9 +3,12 @@ import org.signal.signing.ApkSignerUtil
3
3
import java.security.MessageDigest
4
4
5
5
apply plugin : ' com.android.application'
6
+ apply plugin : ' kotlin-android'
7
+ apply plugin : ' kotlin-kapt'
6
8
apply plugin : ' com.google.protobuf'
7
9
apply plugin : ' androidx.navigation.safeargs'
8
10
apply plugin : ' witness'
11
+ apply plugin : ' org.jlleitschuh.gradle.ktlint'
9
12
apply from : ' translations.gradle'
10
13
apply from : ' witness-verifications.gradle'
11
14
@@ -388,8 +391,8 @@ dependencies {
388
391
implementation ' org.apache.httpcomponents:httpclient-android:4.3.5'
389
392
implementation ' com.github.chrisbanes:PhotoView:2.1.3'
390
393
implementation ' com.github.bumptech.glide:glide:4.11.0'
391
- annotationProcessor ' com.github.bumptech.glide:compiler:4.11.0'
392
- annotationProcessor ' androidx.annotation:annotation:1.1.0'
394
+ kapt ' com.github.bumptech.glide:compiler:4.11.0'
395
+ kapt ' androidx.annotation:annotation:1.1.0'
393
396
implementation ' com.makeramen:roundedimageview:2.1.0'
394
397
implementation ' com.pnikosis:materialish-progress:1.5'
395
398
implementation ' org.greenrobot:eventbus:3.0.0'
@@ -449,6 +452,8 @@ dependencies {
449
452
450
453
androidTestImplementation ' androidx.test.ext:junit:1.1.1'
451
454
androidTestImplementation ' androidx.test.espresso:espresso-core:3.2.0'
455
+
456
+ implementation " org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version "
452
457
}
453
458
454
459
dependencyVerification {
0 commit comments