Closed code142857 closed 3 years ago
That's really a Gradle Kotlin DSL question. There are lots of excellent examples in Gradle's documentation of creating a new configuration and adding a dependency to it, customizing a task, etc. What in particular are you struggling with and what have you tried already?
@wilkinsona Thank you, according to the document you sent, I have successfully configured and run
I don’t know how to configure and use it in
build.gradle.kts
, can you give me an example