Join Slack
Communities
Powered by
what is the recommended way to check if a task wit...
# gradle
n
Nikky
01/31/2019, 8:41 AM
what is the recommended way to check if a task with a specific name and type exists or get a nullable version of it ? i want to configure stuff for multiplatform where maybe the linux or the windows tasks exist.. but not both
m
msink
01/31/2019, 12:09 PM
Using Kotlin DSL?
https://github.com/msink/hello-libui/blob/master/build.gradle.kts
4
Views
Open in Slack
Previous
Next