1 2 3 4 5 6 7
plugins { id("orang.java-conventions") } dependencies { implementation(project(":utils")) }