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

Add support to Kotlin DSL #306

Open
vyguera opened this issue Mar 25, 2022 · 0 comments
Open

Add support to Kotlin DSL #306

vyguera opened this issue Mar 25, 2022 · 0 comments

Comments

@vyguera
Copy link

vyguera commented Mar 25, 2022

Expected behaviour

As a developer I would like to be able to configure Shot using Kotlin DSL notation

Actual behaviour

There's no official or documented support for DSL

Steps to reproduce

In your module's build.gradle.kts file add the following, and try to synchronize:

plugins {
  id("com.facebook.testing.screenshot") version "0.15.0"
}

Gradle is not able to resolve plugin artifact 'com.facebook.testing.screenshot:com.facebook.testing.screenshot.gradle.plugin:0.15.0'

Version of the library

0.15.0

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

No branches or pull requests

1 participant