You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I found something calling project.tasks.forEach {} where forEach is a kotlin.collections extension, which is eagerly creating tasks. It was not identified by this plugin.
Is it feasible to have this check be an allow-list where any method called on task container that is not known to be lazy is flagged?
The text was updated successfully, but these errors were encountered:
I found something calling
project.tasks.forEach {}
whereforEach
is akotlin.collections
extension, which is eagerly creating tasks. It was not identified by this plugin.Is it feasible to have this check be an allow-list where any method called on task container that is not known to be lazy is flagged?
The text was updated successfully, but these errors were encountered: