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
(Optional) Kotlin and Kotlin Gradle Plugin (KGP) version 2.1.0
(Optional) Android Gradle Plugin (AGP) version 8.7.3
Describe the bug
The plugin ignores output of tasks that transform Android variant artifacts. This behaviour leads to an empty ABI report generated (abi-dump.txt) and incorrect implementation / api advices (dependency should be implementation).
Expected behavior
The plugin should take into account output of tasks that transform Android variants artifacts.
Additional context
The plugin makes wrong assumption here and not taking into account JAR file here (which could be not empty with such transform task).
The text was updated successfully, but these errors were encountered:
Build scan link
Build scan
Plugin version
2.6.1
Gradle version
8.10.2
JDK version
17
(Optional) Kotlin and Kotlin Gradle Plugin (KGP) version
2.1.0
(Optional) Android Gradle Plugin (AGP) version
8.7.3
Describe the bug
The plugin ignores output of tasks that transform Android variant artifacts. This behaviour leads to an empty ABI report generated (
abi-dump.txt
) and incorrectimplementation
/api
advices (dependency should beimplementation
).To Reproduce
Minimal reproducer
Steps to reproduce the behavior:
./gradlew :module:abiAnalysisRelease
cat module/build/reports/dependency-analysis/releaseMain/abi-dump.txt
Expected behavior
The plugin should take into account output of tasks that transform Android variants artifacts.
Additional context
The plugin makes wrong assumption here and not taking into account JAR file here (which could be not empty with such transform task).
The text was updated successfully, but these errors were encountered: