Could not resolve com.android.tools.build:gradle:7.4.2 convention module
I’m trying to write gradle plugin in my android project. I have a build-logic module which contains convenion module. I wrote a small plugin JvmLibraryPlugin and registered it in the convention module build.gradle.kts file. I’m trying to specify a com.android.tools.build:gradle plugin dependency in the convention module in the build.gradle.kts file, but I’m having trouble keeping the project in sync. I get an error:
Android Custom Gradle Plugin significantly increases size of app
I have a local custom cradle plugin made in the form of a class that inherits Plugin.