android-junit5
android-junit5 copied to clipboard
Add support for Gradle Plugins DSL
Moderns plugins are configured without a need of adding classpath (legacy config). They are added by usage of plugins DSL and they are retrieved from Gradle plusings repo eg. https://plugins.gradle.org/plugin/uk.co.iotatech.gradle.detekt
It would be nice to have this in the android-junit5 plugin.