Join Slack
Powered by
A bit messy, no? ```archiveClassifier.value(null a...
# gradle
d
dave08
11/05/2019, 3:11 PM
A bit messy, no?
Copy code
archiveClassifier.value(null as String?) archiveVersion.value(null as String?)
Without
as String?
, gradle doesn't know which value overload to resolve to... is there any better alternative than this?
2
Views
Open in Slack
Previous
Next