1 2 3 4 5 6 7 8 9 10 11 12 13
archivesBaseName = "citresewn-defaults" dependencies { implementation project(path: ":", configuration: "namedElements") } loom { accessWidenerPath = file("src/main/resources/citresewn-defaults.accesswidener") runConfigs.configureEach { ideConfigGenerated = true } }