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

Fix dependency declaration #30

Closed BorisOsipov closed 4 years ago

RuslanSelenium commented 4 years ago

@viclovsky @kamildziadek @BorisOsipov could you please fix / review / push changes. Also it could be great if fix will be published as minor version. I've blocked by this issue :(

kamildziadek commented 4 years ago

This is not a real solution to this problem. The problem lies with publishing of the android artifact that has to be fixed. Until it's fixed I would suggest a dirty workaround of adding this repository as a git submodule of your project and attaching it in a following way androidTestImplementation project(":allure-kotlin-android"). Please follow #31 issue - until it's resolved