Join Slack
Powered by
How do I get access to the task createDistributabl...
# compose-desktop
n
NurBahnhof
07/15/2021, 10:49 AM
How do I get access to the task createDistributable of Compose to add a dependency task? I tried
Copy code
tasks.named("createDistributable")
in gradle build file but it's not found?
NurBahnhof
07/15/2021, 11:27 AM
solved by adding project.evaluate{...} and calling tasks.named in the lambda.
7
Views
Open in Slack
Previous
Next