代码拉取完成,页面将自动刷新
apply plugin: 'kotlin-android'
apply plugin: 'kotlin-kapt'
android {
compileSdkVersion rootProject.ext.defaultVersion.compileSdkVersion
buildToolsVersion rootProject.ext.defaultVersion.buildToolsVersion
defaultConfig {
minSdkVersion rootProject.ext.defaultVersion.minSdkVersion
targetSdkVersion rootProject.ext.defaultVersion.targetSdkVersion
versionCode rootProject.ext.defaultVersion.versionCode
versionName rootProject.ext.defaultVersion.versionName
multiDexEnabled true
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
kapt {
arguments {
arg("AROUTER_MODULE_NAME", project.getName())
}
}
}
buildTypes {
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
}
}
compileOptions {
sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8
}
buildFeatures {
dataBinding = true
}
kotlinOptions {
jvmTarget = '1.8'
}
}
dependencies {
def nav_version = "2.3.5"
api fileTree(dir: "libs", include: ["*.jar"])
implementation 'androidx.multidex:multidex:2.0.1'
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
implementation 'androidx.core:core-ktx:1.1.0'
implementation 'androidx.appcompat:appcompat:1.3.1'
implementation 'com.google.android.material:material:1.2.1'
implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
implementation 'androidx.vectordrawable:vectordrawable:1.1.0'
implementation "androidx.navigation:navigation-fragment-ktx:$nav_version"
implementation "androidx.navigation:navigation-ui-ktx:$nav_version"
implementation 'androidx.lifecycle:lifecycle-extensions:2.1.0'
//阿里解析
implementation 'com.alibaba:fastjson:1.2.58'
testImplementation 'junit:junit:4.12'
androidTestImplementation 'androidx.test.ext:junit:1.1.1'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0'
implementation "org.jetbrains.anko:anko-sdk25:${rootProject.ext.depVersion.ankoVersion}"
implementation "org.jetbrains.anko:anko-appcompat-v7:${rootProject.ext.depVersion.ankoVersion}"
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
//paging3
implementation 'androidx.paging:paging-runtime:3.0.1'
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-core:1.4.2"
implementation "androidx.viewpager2:viewpager2:1.0.0"
implementation "com.alibaba:arouter-api:1.5.0"
kapt "com.alibaba:arouter-compiler:1.2.2"
//room
implementation 'androidx.room:room-runtime:2.3.0-alpha01'
implementation 'androidx.room:room-common:2.3.0-alpha01'
implementation 'androidx.room:room-ktx:2.3.0-alpha01'
kapt "androidx.room:room-compiler:2.3.0-alpha01"
// Koin for Kotlin
implementation "org.koin:koin-core:$koin_version"
implementation "org.koin:koin-core-ext:$koin_version"
// Koin for AndroidX
implementation "org.koin:koin-androidx-scope:$koin_version"
implementation "org.koin:koin-androidx-viewmodel:$koin_version"
implementation "org.koin:koin-androidx-fragment:$koin_version"
implementation "org.koin:koin-androidx-ext:$koin_version"
//refresh
implementation 'com.scwang.smart:refresh-layout-kernel:2.0.3'
implementation 'com.scwang.smart:refresh-header-classics:2.0.3'
//gson
implementation("com.google.code.gson:gson:2.8.6")
//coil
implementation("io.coil-kt:coil:1.2.1")
//loadsir
implementation("com.kingja.loadsir:loadsir:1.3.8")
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.3.9'
//retrofit
implementation "com.squareup.moshi:moshi:1.11.0"
kapt "com.squareup.moshi:moshi-kotlin-codegen:1.11.0"
implementation "com.squareup.retrofit2:converter-moshi:2.9.0"
implementation "com.squareup.okhttp3:okhttp:4.9.0"
implementation "com.squareup.okhttp3:logging-interceptor:4.9.0"
implementation "com.squareup.retrofit2:retrofit:2.9.0"
implementation "com.squareup.retrofit2:converter-gson:2.9.0"
implementation "com.squareup.retrofit2:adapter-rxjava2:2.9.0"
implementation "org.jetbrains.kotlin:kotlin-reflect:1.4.32"
//TODO MMKV 腾讯开源组件 代替SP https://github.com/tencent/mmkv
implementation "com.tencent:mmkv-static:1.2.7"
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。