Status Update
Comments
ga...@google.com <ga...@google.com> #2
This is currently blocked on
ga...@google.com <ga...@google.com> #3
I found a temporary workaround we can add to AGP, it should land with
fs...@google.com <fs...@google.com> #4
That's great, thanks for taking a look!
ga...@google.com <ga...@google.com> #5
The fix will land in AGP 8.4.0-alpha06.
Change: I586a6aac3546bf63acef17e755d613385c0a42d7
an...@google.com <an...@google.com> #6
Thank you for your patience while our engineering team worked to resolve this issue. A fix for this issue is now available in:
- Android Studio Jellyfish | 2023.3.1 Canary 7
- Android Gradle Plugin 8.4.0-alpha07
We encourage you to try the latest update.
If you notice further issues or have questions, please file a new bug report.
Thank you for taking the time to submit feedback — we really appreciate it!
Description
In a multiplatform project, generating a static resource file from a task and adding it to a source sets resources with
jvmMain
correctly sets up task dependencies and runs as part ofassemble
.However doing the same thing with
androidMain
does not.I'm not sure if this is user error, an issue in AGP, an issue with KGP, or something else but any guidance is appreciated. Thanks!
build.gradle.kts
reproducing the issueTask diff between the two versions