-
Notifications
You must be signed in to change notification settings - Fork 30
Open
Description
Hello,
In the domain gradle file why do you have double dependencies block ?
dependencies {
compile "org.jetbrains.kotlin:kotlin-stdlib-jre8:$kotlin_version"
implementation libs.rxJava
implementation libs.rxAndroid
implementation libs.junit
}
and
dependencies {
// RxJava and RxAndroid
implementation libs.rxJava
implementation libs.rxAndroid
// JUnit
testImplementation libs.junit
// Mockito Kotlin
testImplementation libs.mockitoKotlin
}
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels