Skip to content
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

Non-null assertion and overload resolution ambiguity #804

Open
farruhha opened this issue Dec 6, 2019 · 0 comments
Open

Non-null assertion and overload resolution ambiguity #804

farruhha opened this issue Dec 6, 2019 · 0 comments

Comments

@farruhha
Copy link

farruhha commented Dec 6, 2019

After cloning the master branch, the project does not compile. I get the following two compile errors.

  1. e: /Volumes/Zume/external/plaid/core/src/main/java/io/plaidapp/core/dribbble/data/search/DribbbleSearchConverter.kt: (111, 34): Only safe (?.) or non-null asserted (!!.) calls are allowed on a nullable receiver of type String?
  2. e: /Volumes/Zume/external/plaid/core/src/main/java/io/plaidapp/core/util/SpringUtils.kt: (98, 31): Overload resolution ambiguity: public open fun remove(@Nullable element: DynamicAnimation.OnAnimationEndListener): Boolean defined in java.util.ArrayList public open fun remove(@Nullable element: DynamicAnimation.OnAnimationEndListener!): Boolean defined in java.util.ArrayList

Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant