kotlin icon indicating copy to clipboard operation
kotlin copied to clipboard

Speed up checkStatisticsEnabled check

Open liutikas opened this issue 3 years ago • 0 comments

Project.getProperties() can be very expensive on large projects, it is much better to call Project.findProperty(String) as that only retrieves that single property as opposed to returning all in a synchronized way.

liutikas avatar May 31 '22 21:05 liutikas