common: unused marker for marking values as unused intentionally

This commit is contained in:
2023-09-23 16:30:00 -07:00
parent 4ae1d19012
commit 87623505c0
4 changed files with 17 additions and 0 deletions

View File

@ -7,6 +7,7 @@ plugins {
}
dependencies {
implementation(project(":common"))
implementation(project(":parser"))
}