Try `project.apply { from("...") }` instead of jus...
# gradle
b
Try
project.apply { from("...") }
instead of just
apply { from(“...“) }