briankabiro / react-native-get-sms-android

React Native module to get messages on an Android device
MIT License
137 stars 68 forks source link

Could not find method compile() for arguments [project ':react-native-get-sms-android'] on object of type org.gradle.api.internal.artifacts.dsl.dependencies.DefaultDependencyHandler. #106

Open triangletrianglesquareplusx opened 2 months ago

triangletrianglesquareplusx commented 2 months ago

Any help with installing this package? If I try to follow instructions and use 'compile project' in build.gradle I get: Could not find method compile() for arguments [project ':react-native-get-sms-android'] on object of type org.gradle.api.internal.artifacts.dsl.dependencies.DefaultDependencyHandler. If I do implementation I get: Could not determine the dependencies of task ':app:compileDebugJavaWithJavac'. Could not resolve all task dependencies for configuration ':app:debugCompileClasspath'. Could not find :react-native-get-sms-android:. Required by: project :app