nowinandroid
nowinandroid copied to clipboard
Convention plugin module does not compile against AGP gradle-api artifact
The build-logic/convention module currently uses compileOnly(libs.android.gradlePlugin) which refers to the com.android.tools.build:gradle artifact.
However there is also the com.android.tools.build:gradle-api artifact, which sounds more like the public AGP API that should be used to configure builds.
Is it okay to use com.android.tools.build:gradle or should this actually better be com.android.tools.build:gradle-api?