Start a Project

Kotlin DSL to write Gradle scripts.

Gradle Kotlin DSL

 

Gradle’s Kotlin DSL(domain-specific languages) provides an alternative syntax to the traditional Groovy DSL with an enhanced editing experience in supported IDEs, with superior content assist, refactoring, documentation, and more.

We can make a custom file to maintain configuration params and dependency version for the whole project in a single configuration file.

Step 1: Create a folder structure under the buildSrc folder:

 

Step 2: Add file build.gradle.kts

Step 3:  NowAdd build configuration file Dependencies.kt

Now you have completed DSL set up and you can use Dependencies.kt file configuration in your project as

 

 

Exit mobile version