Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 553 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 553 Bytes

Compiler-Utils

Contains several utility functions used within Anvil and external CodeGenerators. There's no API stability guaranteed for these functions. They can be changed or removed in every single release. They're not documented, and the behavior can change. So use at your own risk.

The artifact comes with testing utilities for easier end-to-end tests for CodeGenerators. You can add the testing utilities to your project through test fixtures:

testImplementation testFixtures('com.squareup.anvil:compiler-utils:VERSION')