android / nowinandroid

A fully functional Android app built entirely with Kotlin and Jetpack Compose
Apache License 2.0
15.93k stars 2.81k forks source link

Should be divide testOptions from compose plugin. #1443

Open Jaehwa-Noh opened 1 month ago

Jaehwa-Noh commented 1 month ago

Is there an existing issue for this?

Is there a StackOverflow question about this issue?

What happened?

I don't think the testOptions is the parts of Compose plugin, but it is Robolectric, and some test which needs access android resource.

https://github.com/android/nowinandroid/blob/b85cf7d4766ca84a424700f86a96f5eab0a3cfbd/build-logic/convention/src/main/kotlin/com/google/samples/apps/nowinandroid/AndroidCompose.kt#L48-L53

Relevant logcat output

No response

Code of Conduct