plugins { id("rainbow.base-conventions") } dependencies { // Implement namedElements so IDEs can use it correctly, but include the remapped build implementation(project(path = ":rainbow", configuration = "namedElements")) include(project(":rainbow")) }