plugins { id 'java-library' id 'tools.refinery.java-conventions' id 'tools.refinery.junit-conventions' id 'tools.refinery.xtend-conventions' } dependencies { api project(':refinery-language-model') api project(':refinery-store') testImplementation testFixtures(project(':refinery-language')) }