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