Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Should be divide testOptions from compose plugin. #1443

Open
3 tasks done
Jaehwa-Noh opened this issue May 16, 2024 · 0 comments · May be fixed by #1444
Open
3 tasks done

Should be divide testOptions from compose plugin. #1443

Jaehwa-Noh opened this issue May 16, 2024 · 0 comments · May be fixed by #1444
Labels
bug Something isn't working

Comments

@Jaehwa-Noh
Copy link
Contributor

Is there an existing issue for this?

  • I have searched the existing issues

Is there a StackOverflow question about this issue?

  • I have searched StackOverflow

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.

testOptions {
unitTests {
// For Robolectric
isIncludeAndroidResources = true
}
}

Relevant logcat output

No response

Code of Conduct

  • I agree to follow this project's Code of Conduct
@Jaehwa-Noh Jaehwa-Noh added the bug Something isn't working label May 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant