I figured it out. Seems that it wants the lambda t...
# gradle
d
I figured it out. Seems that it wants the lambda to be
ApplicationVariant.() -> Unit
instead of
(ApplicationVariant) -> Unit