ModularEventBus
ModularEventBus copied to clipboard
编译时错误
@EventGroup interface HistoryEventsBus { fun sortItemClick():Int }
错误: ModularEventBus::Compiler An exception is encountered, [invalid type parameter: int]
返回类型换成 String, List<Int>
不会错误
收到反馈