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
debugApk and instrumentationApk are using the Gradle Property API, but still being evaluated in the configuration phase, preventing non-string references with the plugin configuration, for example:
debugApk
instrumentationApk
Property
fladle { debugApk = project.provider { findArtifactPath(some, parameters, here) } }
Is this supposed to be fixed with #92 or is it a separate issue in the current plugin version?
The text was updated successfully, but these errors were encountered:
Related issue: calling isPresent eagerly evaluates properties: gradle/gradle#13932
isPresent
This feature may help alleviate this in the future: gradle/gradle#13401
Sorry, something went wrong.
No branches or pull requests
debugApk
andinstrumentationApk
are using the GradleProperty
API, but still being evaluated in the configuration phase, preventing non-string references with the plugin configuration, for example:Is this supposed to be fixed with #92 or is it a separate issue in the current plugin version?
The text was updated successfully, but these errors were encountered: