buildSrc/src/main/kotlin/AndroidJavaVersion.kt
changeset 8 729a3ee3840a
parent 7 b83e6b69e806
child 10 9aad34f43f71
equal deleted inserted replaced
7:b83e6b69e806 8:729a3ee3840a
    43                 }
    43                 }
    44                 "annotationProcessor" -> add(name, "javax.xml.bind:jaxb-api:2.3.1")
    44                 "annotationProcessor" -> add(name, "javax.xml.bind:jaxb-api:2.3.1")
    45                 // I guess that on AGP 4.x+ testAnnotationProcessor inherit from annotationProcessor
    45                 // I guess that on AGP 4.x+ testAnnotationProcessor inherit from annotationProcessor
    46                 // not on 3.6.x
    46                 // not on 3.6.x
    47                 "testAnnotationProcessor" -> add(name, "javax.xml.bind:jaxb-api:2.3.1")
    47                 "testAnnotationProcessor" -> add(name, "javax.xml.bind:jaxb-api:2.3.1")
       
    48                 "androidTestAnnotationProcessor" -> add(name, "javax.xml.bind:jaxb-api:2.3.1")
    48             }
    49             }
    49         }
    50         }
    50     }
    51     }
    51 }
    52 }