Gradle support for Fabric's access wideners
- Apply plugin latest version
plugins { id("io.github.redstonneur1256.gradle-access-widener") version "<version>" }
- Configure the path to your access widener file(s)
configure<AccessWidenerExtension> { paths = files("path/to/file.accessWidener") }
- If using IntelliJ: reload the gradle project for the access wideners to apply. A reload is required every time you update any access widener configuration. The access wideners are applied automatically when building the project.
Documentation for access widener structure accessible here.