11apply plugin : ' com.android.application'
22apply plugin : ' kotlin-android'
33apply plugin : ' kotlin-kapt' // kapt3插件
4- // apply plugin: 'com.jakewharton.butterknife'
54apply plugin : ' kotlin-android-extensions'
65
76android {
@@ -55,13 +54,6 @@ dependencies {
5554 implementation project(' :RxFeature' )
5655 implementation project(' :RxArcGisKit' )
5756
58-
59- // cardView包
60- // appcompat包
61- // recyclerview包
62- // 流式布局
63- // 动画向下版本兼容 nineold包
64- // noinspection GradleCompatible
6557 implementation ' com.google.android.material:material:1.1.0'
6658 implementation ' androidx.cardview:cardview:1.0.0'
6759 implementation ' androidx.appcompat:appcompat:1.1.0'
@@ -74,7 +66,7 @@ dependencies {
7466 implementation ' com.nineoldandroids:library:2.4.0'
7567
7668 implementation ' com.github.bumptech.glide:glide:4.7.1'
77- annotationProcessor ' com.github.bumptech.glide:compiler:4.7.1'
69+ kapt ' com.github.bumptech.glide:compiler:4.7.1'
7870 implementation ' jp.wasabeef:glide-transformations:3.3.0'
7971 // If you want to use the GPU Filters
8072 implementation ' jp.co.cyberagent.android.gpuimage:gpuimage-library:1.4.1'
@@ -101,5 +93,4 @@ dependencies {
10193 configurations. all {
10294 exclude group : ' com.android.support' , module : ' support-v13'
10395 }
104- implementation " org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version "
10596}
0 commit comments