Fixed
Status Update
Comments
rk...@google.com <rk...@google.com>
je...@google.com <je...@google.com> #2
This was broken by 3bca759a5ff08352de831bb1e9b61b1ec2b3362d.
Fix (pending) is I2c2dc7b600603ee430fd0d91b23d52ea8aa29ca9.
Fix (pending) is I2c2dc7b600603ee430fd0d91b23d52ea8aa29ca9.
je...@google.com <je...@google.com> #3
Almost 2 months later and this is still broken
al...@google.com <al...@google.com>
al...@google.com <al...@google.com> #4
Since there is no progression, I wanted to share our quick-fix for the issue.
#sdkmanager --package_file=${PATH_WORKSPACE}/packages
while read p; do echo "y" | sdkmanager "${p}"; done <${PATH_WORKSPACE}/packages
#sdkmanager --package_file=${PATH_WORKSPACE}/packages
while read p; do echo "y" | sdkmanager "${p}"; done <${PATH_WORKSPACE}/packages
al...@google.com <al...@google.com>
an...@google.com <an...@google.com> #5
jb...@google.com What is the update on this?
Description
I am preparing to transform class by using new AGP api.
use Artifacts.forScope and toTransform Api.
error:
STEPS TO REPRODUCE:
clone the project:https://github.com/android/gradle-recipes/tree/agp-7.4/Kotlin/modifyProjectClasses
modify build.gradle.kts file from Scope.PROJECT to ALL:
Studio Build: Build #AI-221.6008.13.2211.9237616, built on November 1, 2022
Version of Gradle Plugin: 7.4.0-beta5
Version of Gradle: gradle-7.5.1
Version of Java: 11.0.15+0-b2043.56-8887301 aarch64
OS: macOS 12.3.1 (21E258)