element-x-android/plugins/src/main/kotlin
Jorge Martin Espinosa d9c4c189af
Fix dependencyAnalysis plugin (#2766)
* 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
2024-04-29 19:03:04 +02:00
..
extension Create dedicated module for notification troubleshoot. 2024-04-02 18:12:36 +02:00
Versions.kt version++ 2024-04-17 08:25:59 +02:00
io.element.android-compose-application.gradle.kts Fix dependencyAnalysis plugin (#2766) 2024-04-29 19:03:04 +02:00
io.element.android-compose-library.gradle.kts Fix dependencyAnalysis plugin (#2766) 2024-04-29 19:03:04 +02:00
io.element.android-library.gradle.kts Fix dependencyAnalysis plugin (#2766) 2024-04-29 19:03:04 +02:00
io.element.android-root.gradle.kts