Remove unused dependency on javax.inject:javax.inject

This commit is contained in:
Benoit Marty 2025-10-02 10:25:54 +02:00
parent 9ba549f08e
commit c242ad98a7
8 changed files with 1 additions and 11 deletions

View file

@ -11,6 +11,5 @@ plugins {
}
dependencies {
api(libs.inject)
api(libs.metro.runtime)
}