<@U0QBCLV62> commented on <@U5RU888H0>’s file <htt...
# gradle
u
@bamboo commented on @oleksandr.samsonov’s file https://kotlinlang.slack.com/files/U5RU888H0/F5VCCS4FN/here_how_i_configure_tasks_in_gradle-script-kotlin.kt: 👍 The
withType
call can also be written with generics for a slightly shorter version:
Copy code
withType<JavaExec> {
        ...
    }