react-native-webrtc / react-native-webrtc/react-native-incall-manager
Could not find method compile()
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 597
- Forks
- 201
- Avg merge
- 2h 42m
- Merged PRs (30d)
- 1
Description
I think that the documentation is outdated. There is a difference between what is shown in the documentation MainApplication.java and what I have in my project with RN 0.70.6.
So it could be the same thing with this line:
compile(project(':react-native-incall-manager'))
After a search, I read that the "compile" was deprecated.
Edit: After changed compile by implementation, I had a build error
Execution failed for task ':app:compileDebugJavaWithJavac'.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Compare the documented MainApplication.java setup with the RN 0.70.6 project configuration, focusing on the compile(project(':react-native-incall-manager')) line. Reproduce the reported :app:compileDebugJavaWithJavac failure after the dependency declaration change; done means the documentation reflects the supported configuration and the example builds successfully.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java, react-native
- Domain
- build-system, documentation
- Issue type
- Documentation
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100