Bug P3
Status Update
Comments
di...@google.com <di...@google.com>
di...@google.com <di...@google.com>
ma...@hatena.ne.jp <ma...@hatena.ne.jp> #2
I tried adding screenshotTestImplementation(libs.androidx.window)
but it didn't fix it.
Description
This is for component 1581441.
Updating from alpha01 to alpha02 or higher, when I would do a gradle sync, there would be a null pointer referencing the screenshot plugin version.
Setup:
Android Studio Preveiew (Ladybug 2024.2.1 Canary 7) Gradlew Wrapper 8.10 AGP 8.6.0-rc01 Kotlin 2.0.20 with K2 disabled
I was only able to get past this by:
I don't believe this is expected, especially as the documentation (https://developer.android.com/studio/preview/compose-screenshot-testing ) shows the plugin being defined in the libs.versions.toml.
Initial Stackoverflow question I posted: