also I will change my task definitions once and fo...
# kobalt
h
also I will change my task definitions once and for all in Gradle to make them more readable. IDEA also has some problems with the standard convention.
Copy code
old: task sourceDirs(group: "build setup") << {
new: task("sourceDirs", group: "build setup").doLast {