|
|
|
@ -54,7 +54,10 @@ androidExtensions {
|
|
|
|
tasks.withType(org.jetbrains.kotlin.gradle.tasks.KotlinCompile).all {
|
|
|
|
tasks.withType(org.jetbrains.kotlin.gradle.tasks.KotlinCompile).all {
|
|
|
|
kotlinOptions {
|
|
|
|
kotlinOptions {
|
|
|
|
jvmTarget = JavaVersion.VERSION_1_8.toString()
|
|
|
|
jvmTarget = JavaVersion.VERSION_1_8.toString()
|
|
|
|
freeCompilerArgs += ['-Xopt-in=kotlinx.coroutines.ExperimentalCoroutinesApi', '-Xjvm-default=all']
|
|
|
|
freeCompilerArgs += [
|
|
|
|
|
|
|
|
'-Xopt-in=kotlinx.coroutines.ExperimentalCoroutinesApi',
|
|
|
|
|
|
|
|
'-Xopt-in=org.koin.core.component.KoinApiExtension'
|
|
|
|
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
dependencies {
|
|
|
|
dependencies {
|
|
|
|
@ -63,42 +66,42 @@ dependencies {
|
|
|
|
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.3.9'
|
|
|
|
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.3.9'
|
|
|
|
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.3.9'
|
|
|
|
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.3.9'
|
|
|
|
|
|
|
|
|
|
|
|
implementation 'androidx.core:core-ktx:1.5.0-alpha03'
|
|
|
|
implementation 'androidx.core:core-ktx:1.5.0-alpha04'
|
|
|
|
implementation 'androidx.activity:activity-ktx:1.2.0-alpha08'
|
|
|
|
implementation 'androidx.activity:activity-ktx:1.2.0-beta01'
|
|
|
|
implementation 'androidx.fragment:fragment-ktx:1.3.0-alpha08'
|
|
|
|
implementation 'androidx.fragment:fragment-ktx:1.3.0-beta01'
|
|
|
|
implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.3.0-alpha07'
|
|
|
|
implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.3.0-beta01'
|
|
|
|
implementation 'androidx.constraintlayout:constraintlayout:2.0.1'
|
|
|
|
implementation 'androidx.constraintlayout:constraintlayout:2.0.2'
|
|
|
|
implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0'
|
|
|
|
implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0'
|
|
|
|
implementation 'androidx.recyclerview:recyclerview:1.2.0-alpha05'
|
|
|
|
implementation 'androidx.recyclerview:recyclerview:1.2.0-alpha06'
|
|
|
|
implementation 'androidx.viewpager2:viewpager2:1.1.0-alpha01'
|
|
|
|
implementation 'androidx.viewpager2:viewpager2:1.1.0-alpha01'
|
|
|
|
implementation 'androidx.preference:preference-ktx:1.1.1'
|
|
|
|
implementation 'androidx.preference:preference-ktx:1.1.1'
|
|
|
|
implementation 'androidx.work:work-runtime-ktx:2.4.0'
|
|
|
|
implementation 'androidx.work:work-runtime-ktx:2.4.0'
|
|
|
|
implementation 'com.google.android.material:material:1.3.0-alpha02'
|
|
|
|
implementation 'com.google.android.material:material:1.3.0-alpha03'
|
|
|
|
//noinspection LifecycleAnnotationProcessorWithJava8
|
|
|
|
//noinspection LifecycleAnnotationProcessorWithJava8
|
|
|
|
kapt 'androidx.lifecycle:lifecycle-compiler:2.3.0-alpha07'
|
|
|
|
kapt 'androidx.lifecycle:lifecycle-compiler:2.3.0-beta01'
|
|
|
|
|
|
|
|
|
|
|
|
implementation 'androidx.room:room-runtime:2.2.5'
|
|
|
|
implementation 'androidx.room:room-runtime:2.2.5'
|
|
|
|
implementation 'androidx.room:room-ktx:2.2.5'
|
|
|
|
implementation 'androidx.room:room-ktx:2.2.5'
|
|
|
|
kapt 'androidx.room:room-compiler:2.2.5'
|
|
|
|
kapt 'androidx.room:room-compiler:2.2.5'
|
|
|
|
|
|
|
|
|
|
|
|
implementation 'com.github.moxy-community:moxy:2.1.2'
|
|
|
|
implementation 'com.github.moxy-community:moxy:2.2.0'
|
|
|
|
implementation 'com.github.moxy-community:moxy-androidx:2.1.2'
|
|
|
|
implementation 'com.github.moxy-community:moxy-androidx:2.2.0'
|
|
|
|
implementation 'com.github.moxy-community:moxy-material:2.1.2'
|
|
|
|
implementation 'com.github.moxy-community:moxy-material:2.2.0'
|
|
|
|
implementation 'com.github.moxy-community:moxy-ktx:2.1.2'
|
|
|
|
implementation 'com.github.moxy-community:moxy-ktx:2.2.0'
|
|
|
|
kapt 'com.github.moxy-community:moxy-compiler:2.1.2'
|
|
|
|
kapt 'com.github.moxy-community:moxy-compiler:2.2.0'
|
|
|
|
|
|
|
|
|
|
|
|
implementation 'com.squareup.okhttp3:okhttp:4.9.0'
|
|
|
|
implementation 'com.squareup.okhttp3:okhttp:4.9.0'
|
|
|
|
implementation 'com.squareup.okio:okio:2.8.0'
|
|
|
|
implementation 'com.squareup.okio:okio:2.9.0'
|
|
|
|
implementation 'org.jsoup:jsoup:1.13.1'
|
|
|
|
implementation 'org.jsoup:jsoup:1.13.1'
|
|
|
|
|
|
|
|
|
|
|
|
implementation 'org.koin:koin-android:2.2.0-beta-1'
|
|
|
|
implementation 'org.koin:koin-android:2.2.0-rc-2'
|
|
|
|
implementation 'io.coil-kt:coil:1.0.0-rc3'
|
|
|
|
implementation 'io.coil-kt:coil:1.0.0-rc3'
|
|
|
|
implementation 'com.davemorrissey.labs:subsampling-scale-image-view:3.10.0'
|
|
|
|
implementation 'com.davemorrissey.labs:subsampling-scale-image-view:3.10.0'
|
|
|
|
implementation 'com.tomclaw.cache:cache:1.0'
|
|
|
|
implementation 'com.tomclaw.cache:cache:1.0'
|
|
|
|
|
|
|
|
|
|
|
|
debugImplementation 'com.squareup.leakcanary:leakcanary-android:2.3'
|
|
|
|
debugImplementation 'com.squareup.leakcanary:leakcanary-android:2.5'
|
|
|
|
debugImplementation 'com.github.ChuckerTeam.Chucker:library:3.2.0'
|
|
|
|
debugImplementation 'com.github.ChuckerTeam.Chucker:library:3.3.0'
|
|
|
|
releaseImplementation 'com.github.ChuckerTeam.Chucker:library-no-op:3.2.0'
|
|
|
|
releaseImplementation 'com.github.ChuckerTeam.Chucker:library-no-op:3.3.0'
|
|
|
|
|
|
|
|
|
|
|
|
testImplementation 'junit:junit:4.13'
|
|
|
|
testImplementation 'junit:junit:4.13'
|
|
|
|
testImplementation 'org.json:json:20200518'
|
|
|
|
testImplementation 'org.json:json:20200518'
|
|
|
|
|