Fixed
Status Update
Comments
hu...@google.com <hu...@google.com> #2
Thank you for the reproduction. I have a potential fix for the issue, and have attached an R8 main branch build with it. You can try your code with it by merging the following into your settings.gradle
or settings.gradle.kts
:
pluginManagement {
buildscript {
dependencies {
classpath(files(<path to r8lib.jar>))
}
}
}
Let me know if your build succeeds and the app runs.
Also, can you share the source of the MRE? I was not able to use the source provided in a sample compose app, maybe due to not having the same dependencies that you have used.
Description
Similarly tohttp://ag/q/topic:kgp-1.7.0-for-tests , we should update AGP tests to run against 1.7.20-Beta.