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

Ambiguous method overloading for method java.io.FileInputStream#<init>. #17

Closed
breeze1988 opened this issue Mar 5, 2019 · 2 comments
Closed

Comments

@breeze1988
Copy link

下载源码 将core引入工程,运行出现报错
Ambiguous method overloading for method java.io.FileInputStream#.
Cannot resolve which method to invoke for [null] due to overlapping prototypes between:
[class java.io.FileDescriptor]
[class java.io.File]
[class java.lang.String]

@sisel
Copy link

sisel commented Mar 12, 2019

same issue
appjoint:1.5, gradle:4.10.1

LeonDevLifeLog added a commit to LeonDevLifeLog/AppJoint that referenced this issue Mar 12, 2019
…rsion -> 1.6

@ModuleSpec can set specific priority

Closes PrototypeZ#17
@PrototypeZ
Copy link
Owner

这个问题是由于在应用了
apply plugin: 'app-joint'
插件的 application 模块,无法引用到
implementation "io.github.prototypez:app-joint-core:{latest_version}"
引起的

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

3 participants