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
@eventgroup interface HistoryEventsBus { fun sortItemClick():Int }
错误: ModularEventBus::Compiler An exception is encountered, [invalid type parameter: int] 返回类型换成 String, List<Int>不会错误
List<Int>
The text was updated successfully, but these errors were encountered:
收到反馈
Sorry, something went wrong.
No branches or pull requests
@eventgroup
interface HistoryEventsBus {
fun sortItemClick():Int
}
错误: ModularEventBus::Compiler An exception is encountered, [invalid type parameter: int]
返回类型换成 String,
List<Int>
不会错误The text was updated successfully, but these errors were encountered: