mirror of
https://github.com/google/nomulus.git
synced 2025-04-29 19:47:51 +02:00
* Break circular dependency between core and util Created a new :common project and moved a minimum number of classes to break the circular dependency between the two projects. This gets rid of the gradle lint dependency warnings. Also separated api classes and testing helpers into separate source sets in :common so that testing classes may be restricted to test configurations.
7 lines
229 B
Markdown
7 lines
229 B
Markdown
## Summary
|
|
|
|
This project holds some of the general-purpose utility classes that do not rely
|
|
on the registry domain model.
|
|
|
|
This is an intermediate step in untangling the circular dependencies
|
|
between :core and :util subprojects.
|