Could it be possible to bundle `inline fun <re...
# gradle
s
Could it be possible to bundle
inline fun <reified T : Task> task(noinline configuration: T.() -> Unit) = tasks.creating(T::class, configuration)
by default ? (from https://github.com/gradle/kotlin-dsl/blob/master/build.gradle.kts#L149 and found in various projects since it is super useful)
3
👍🏼 1
t
s