Next level of dependencies declaration with Kotlin DSL scripits

A great way to implement dependencies in multi module project

Siva Ganesh Kantamani

--

Photo by ShareGrid on Unsplash

Problem

Let’s see how we declare dependencies in our gradle files, usually it will be like following piece of code.

--

--