Relative Content

Tag Archive for androidgradleandroid-gradle-pluginbuild.gradlegradle-kotlin-dsl

Use same convention plugin class for different plugins

I’m currently setting up the convention plugin for my Android project. I want to register two different plugins using the same implementation class as shown below. Everything was fine until I couldn’t determine which registered plugin was being called inside my convention plugin class.