awslabs / awslabs/aws-mobile-appsync-sdk-android
com.amazonaws.appsync through error
- Dominant language
- Java
- Stars
- 106
- Forks
- 56
- PR merge metrics
- No merged PRs in 30d
Description
classpath 'com.amplifyframework:amplify-tools-gradle-plugin:1.0.2'
apply plugin: 'com.android.application'
apply plugin: 'com.amazonaws.appsync'
apply plugin: 'realm-android'
apply plugin: 'kotlin-android'
apply plugin: 'kotlin-android-extensions'
implementation 'com.amazonaws:aws-android-sdk-appsync:3.1.1'
error: S3ObjectInput is not abstract and does not override abstract method mimeType() in S3InputObjectInterface
public final class S3ObjectInput implements S3InputObjectInterface {
}
methods are not implemented here.
Contributor guide
Research direction
Reproduce the build with the listed Gradle plugins and aws-android-sdk-appsync:3.1.1, then inspect S3ObjectInput against S3InputObjectInterface. Check the relevant generated model and dependency versions to determine the expected compatibility, and confirm that the project compiles without the mimeType() error.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- android, graphql, java
- Domain
- api, mobile
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100