what are the coordinates for the Kotlin DSL API fo...
# community-support
g
what are the coordinates for the Kotlin DSL API for the accessors such as the inline reified
tasks::create
? I'd like to import and use them in a plugin
v
gradleKotlinDsl()
g
super comfy, thanks dear
👌 1
v
Alternatively, you could also apply the
kotlin-dsl
plugin which does some more like configuring the sam-with-receiver compiler plugin
❤️ 1
g
oh, indeed, I'd like the assign operator as well
v
Yep, that probably also
g
yep, it works flawless
👌 1