Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change espresso core to an api dependency. #52

Closed
wants to merge 1 commit into from

Conversation

PaulWoitaschek
Copy link

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

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

```kotlin
fun click(location: GeneralLocation = GeneralLocation.VISIBLE_CENTER)
```

in BaseActions
@Vacxe
Copy link
Member

Vacxe commented Jul 13, 2022

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.

@Vacxe Vacxe closed this Jul 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants