react-native-incall-manager
react-native-incall-manager copied to clipboard
Could not find method compile()
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'.
@parazitenew try to replace compile with implementation
@parazitenew try to replace compile with implementation
Already tried. It's at the end of my message
If changing to implementation(':react-native-incall-manager')
FAILURE: Build failed with an exception.
* What went wrong:
Could not determine the dependencies of task ':app:compileDebugJavaWithJavac'.
> Could not resolve all task dependencies for configuration ':app:debugCompileClasspath'.
> Could not find :react-native-incall-manager:.
Required by:
project :app