element-x-ada/plugins
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
..
src/main/kotlin Fix dependencyAnalysis plugin (#2766) 2024-04-29 19:03:04 +02:00
build.gradle.kts Don't apply Kover to projects with AAR libraries (#2211) 2024-01-11 21:16:31 +01:00
settings.gradle.kts Fix gradle warning: 2023-07-25 14:24:09 +02:00