|
@@ -33,8 +33,6 @@ android {
|
|
|
dependencies {
|
|
|
implementation fileTree(dir: 'libs', include: ['*.jar'])
|
|
|
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
|
|
|
- implementation 'androidx.appcompat:appcompat:1.1.0'
|
|
|
- implementation 'androidx.core:core-ktx:1.1.0'
|
|
|
testImplementation 'junit:junit:4.12'
|
|
|
androidTestImplementation 'androidx.test:runner:1.2.0'
|
|
|
androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0'
|
|
@@ -43,6 +41,7 @@ dependencies {
|
|
|
api 'com.squareup.moshi:moshi-kotlin:1.8.0'
|
|
|
kapt 'com.squareup.moshi:moshi-kotlin-codegen:1.8.0'
|
|
|
|
|
|
+ compileOnly 'androidx.appcompat:appcompat:1.1.0'
|
|
|
compileOnly 'com.github.liangjingkanji:BRV:1.0.5'
|
|
|
compileOnly 'io.reactivex.rxjava2:rxandroid:2.1.1'
|
|
|
|