KakaoCup / Kakao

Nice and simple DSL for Espresso in Kotlin
https://kakaocup.github.io/Kakao/
Apache License 2.0
325 stars 28 forks source link

Change espresso core to an api dependency. #52

Closed PaulWoitaschek closed 2 years ago

PaulWoitaschek commented 2 years ago

Else this leads to unresovled references in the IDE as Espresso is part of the public api, for example in:

fun click(location: GeneralLocation = GeneralLocation.VISIBLE_CENTER)

in BaseActions

Vacxe commented 2 years ago

Hey @PaulWoitaschek thanks for your idea. However if you required this functionality I would recommend to add espresso core dependency in to your project then expose it from library to avoid artefact resolving issue.