deepanshu
10/13/2018, 4:04 PMandroid.applicationVariants.all
? If I simply do:
android.applicationVariants.all { variant ->
...
}
then it tries to prefer the kotlin collections extension function all
which expects a Boolean
value from the lambda and it fails. How do I make this prefer the function all
that takes an Action