|
|
@@ -1,4 +1,5 @@
|
|
|
apply plugin: 'com.android.application'
|
|
|
+apply plugin: 'kotlin-android'
|
|
|
//apply plugin: 'com.hujiang.android-aspectjx'
|
|
|
|
|
|
|
|
|
@@ -61,11 +62,16 @@ dependencies {
|
|
|
|
|
|
implementation project(path: ':common')
|
|
|
implementation project(path: ':mvp')
|
|
|
+ implementation "androidx.core:core-ktx:+"
|
|
|
+ implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
|
|
|
|
|
|
// compile 'org.aspectj:aspectjrt:1.8.+'
|
|
|
// 动态权限申请firefly1126/android_permission_aspectjx
|
|
|
// compile 'com.firefly1126.permissionaspect:permissionaspect:1.0.1'
|
|
|
}
|
|
|
+repositories {
|
|
|
+ mavenCentral()
|
|
|
+}
|
|
|
|
|
|
//aspectjx {
|
|
|
// exclude "android.support",'androidx','com.google','com.squareup.leakcanary','com.squareup.leakcanary.core','com.alipay','org.apache','com.tencent'
|