|
|
@@ -38,18 +38,6 @@ rootProject.allprojects { project ->
|
|
|
testImplementation rootProject.ext.dependencies.test.junit
|
|
|
androidTestImplementation rootProject.ext.dependencies.test.android_runner
|
|
|
androidTestImplementation rootProject.ext.dependencies.test.espresso_core
|
|
|
- if (JavaVersion.current().ordinal() >= JavaVersion.VERSION_1_9.ordinal()) {
|
|
|
- // Add both if you're using both Kotlin and Java
|
|
|
-
|
|
|
- // If you're using Kotlin
|
|
|
- kapt "com.sun.xml.bind:jaxb-core:2.3.0.1"
|
|
|
- kapt "javax.xml.bind:jaxb-api:2.3.1"
|
|
|
- kapt "com.sun.xml.bind:jaxb-impl:2.3.2"
|
|
|
-
|
|
|
- // If you're using Java
|
|
|
- annotationProcessor "com.sun.xml.bind:jaxb-core:2.3.0.1"
|
|
|
- annotationProcessor "javax.xml.bind:jaxb-api:2.3.1"
|
|
|
- }
|
|
|
}
|
|
|
}
|
|
|
}
|