We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi:
我在写 extension 的时候发现 RetrieveImageTask.empty 并没有使用 public 修饰,还是 internal,在外部模块不能使用,这个是出于什么考虑呢?
RetrieveImageTask.empty
public
internal
如果没有其他原因可否改成 public 呢?
The text was updated successfully, but these errors were encountered:
It should be no harm to be public. I'll do it later.
Sorry, something went wrong.
No branches or pull requests
Hi:
我在写 extension 的时候发现
RetrieveImageTask.empty
并没有使用public
修饰,还是internal
,在外部模块不能使用,这个是出于什么考虑呢?如果没有其他原因可否改成
public
呢?The text was updated successfully, but these errors were encountered: