We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
As a developer I would like to be able to configure Shot using Kotlin DSL notation
There's no official or documented support for DSL
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'
0.15.0
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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:
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
The text was updated successfully, but these errors were encountered: