allure-framework / allure-kotlin

Allure integrations for test frameworks targeting Kotlin and Java with 1.6 source compatibility.
Apache License 2.0
57 stars 21 forks source link

Failed to resolve allure-kotlin-android dependency(2.1.2) #34

Closed moatazeldebsy closed 3 years ago

moatazeldebsy commented 3 years ago
Screenshot 2020-12-11 at 16 22 15
viclovsky commented 3 years ago

Hi @moatazeldebsy . Sounds like

repositories {
    maven { url 'https://dl.bintray.com/qameta/maven' }
}

is absent. Could you check it?

ziadtawfeek commented 3 years ago

@viclovsky I have the same problem as well and the maven import is in place