the type of property in `val property by project` ...
# gradle
b
the type of property in
val property by project
is
Any?
thus
property.isEmpty()
can’t be resolved (
Any?
doesn’t have a member
isEmpty()
)