Tag: gradle convention plugin

  • Gradle Convention Plugin

    Gradle Convention Plugin

    As many of us already know, the Google Android team will soon start using a new way of applying plugins in Android/Kotlin modules. It’s more an improvement and a try to centralize the plugin usage, rather than just copying or having duplicate code all around the android/kotlin modules in your project. In case your plugin…