-
Notifications
You must be signed in to change notification settings - Fork 44
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
Create a new snippets
project for Java
#321
Create a new snippets
project for Java
#321
Conversation
@MGaetan89 I am afraid of these code snippet becomes oudated very soon. I prefer to using snippet in Robolectric repository or previous other repository. |
Not sure to understand your point. |
1666d3e
to
48f6d51
Compare
@MGaetan89 Maybe it is ready for merging? |
I wanted to add some documentation and update Dependabot first. I'll do it in a bit |
7d697be
to
5f3ffd6
Compare
5f3ffd6
to
6b58402
Compare
The PR should be complete now. I've added the following commits:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
This PR creates a new
snippets
Android project that uses Java.The goal of that project is to contain all the code snippets from robolectric.org. This will allow us to compile them and ensure a coherent code style.
To create/use a snippet:
I've split the work in multiple commits:
snippets
project.snippets
project.snippets
project.Once this PR is approved and merged, the next steps are:
kotlin
module and include all the Kotlin snippets in it.