You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
The build-logic/convention module currently uses
compileOnly(libs.android.gradlePlugin)
which refers to thecom.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 becom.android.tools.build:gradle-api
?The text was updated successfully, but these errors were encountered: