* Fix dependencyAnalysis plugin.
For some reason the plugin needs to be manually applied to all the libs, otherwise running `./gradlew buildHealth` does nothing.
Also, I had to add it to the convention plugins instead of using the `subprojects { ... }` approach because of the `:libraries:rustsdk` and `:libraries:textcomposer:lib` modules, which aren't proper Java/Kotlin modules.
* Add some extra checks to the dependency analysis plugin
|
||
|---|---|---|
| .. | ||
| extension | ||
| io.element.android-compose-application.gradle.kts | ||
| io.element.android-compose-library.gradle.kts | ||
| io.element.android-library.gradle.kts | ||
| io.element.android-root.gradle.kts | ||
| Versions.kt | ||